ma_sound_set_looping function

  1. @Native<Void Function(Pointer<ma_sound_group>, ma_bool32)>(ffi.Pointer<ma_sound>, ma_bool32)>()
void ma_sound_set_looping(
  1. Pointer<ma_sound_group> pSound,
  2. int isLooping
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound>, ma_bool32)>()
external void ma_sound_set_looping(ffi.Pointer<ma_sound> pSound, int isLooping);