ma_sound_get_data_source function

  1. @Native<Pointer<Void> Function(Pointer<ma_sound_group> pSound)>(ffi.Pointer<ma_sound>)>()
Pointer<Void> ma_sound_get_data_source(
  1. 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,
);