ma_sound_reset_fade function

  1. @Native<Void Function(Pointer<ma_sound_group>)>(ffi.Pointer<ma_sound>)>()
void ma_sound_reset_fade(
  1. Pointer<ma_sound_group> pSound
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound>)>()
external void ma_sound_reset_fade(ffi.Pointer<ma_sound> pSound);