ma_sound_get_data_source function
- @Native<Pointer<
Void> Function(Pointer<ma_sound_group> pSound)>(ffi.Pointer<ma_sound>)>()
- Pointer<
ma_sound_group> pSound
Implementation
@ffi.Native<ffi.Pointer<ma_data_source> Function(ffi.Pointer<ma_sound>)>()
external ffi.Pointer<ma_data_source> ma_sound_get_data_source(
ffi.Pointer<ma_sound> pSound,
);