ma_sound_get_engine function
- @Native<Pointer<
ma_engine> Function(Pointer<ma_sound_group> pSound)>(ffi.Pointer<ma_sound>)>()
- Pointer<
ma_sound_group> pSound
Implementation
@ffi.Native<ffi.Pointer<ma_engine> Function(ffi.Pointer<ma_sound>)>()
external ffi.Pointer<ma_engine> ma_sound_get_engine(
ffi.Pointer<ma_sound> pSound,
);