ma_sound_group_set_pitch function

  1. @Native<Void Function(Pointer<ma_sound_group>, Float)>(ffi.Pointer<ma_sound_group>, ffi.Float)>()
void ma_sound_group_set_pitch(
  1. Pointer<ma_sound_group> pGroup,
  2. double pitch
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ma_sound_group>, ffi.Float)>()
external void ma_sound_group_set_pitch(
  ffi.Pointer<ma_sound_group> pGroup,
  double pitch,
);