ma_sound_reset_stop_time function

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

Implementation

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