ma_sound_group_get_max_gain function

  1. @Native<Float Function(Pointer<ma_sound_group>)>(ffi.Pointer<ma_sound_group>)>()
double ma_sound_group_get_max_gain(
  1. Pointer<ma_sound_group> pGroup
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<ma_sound_group>)>()
external double ma_sound_group_get_max_gain(ffi.Pointer<ma_sound_group> pGroup);