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