ma_sound_get_volume function

  1. @Native<Float Function(Pointer<ma_sound_group>)>(ffi.Pointer<ma_sound>)>()
double ma_sound_get_volume(
  1. Pointer<ma_sound_group> pSound
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<ma_sound>)>()
external double ma_sound_get_volume(ffi.Pointer<ma_sound> pSound);