ma_sound_set_spatialization_enabled function
- @Native<Void Function(Pointer<
ma_sound_group> , ma_bool32)>(ffi.Pointer<ma_sound>, ma_bool32)>()
- Pointer<
ma_sound_group> pSound, - int enabled
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound>, ma_bool32)>()
external void ma_sound_set_spatialization_enabled(
ffi.Pointer<ma_sound> pSound,
int enabled,
);