ma_sound_group_set_spatialization_enabled function

  1. @Native<Void Function(Pointer<ma_sound_group>, ma_bool32)>(ffi.Pointer<ma_sound_group>, ma_bool32)>()
void ma_sound_group_set_spatialization_enabled(
  1. Pointer<ma_sound_group> pGroup,
  2. int enabled
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound_group>, ma_bool32)>()
external void ma_sound_group_set_spatialization_enabled(
  ffi.Pointer<ma_sound_group> pGroup,
  int enabled,
);