ma_engine_get_volume function

  1. @Native<Float Function(Pointer<ma_engine>)>(ffi.Pointer<ma_engine>)>()
double ma_engine_get_volume(
  1. Pointer<ma_engine> pEngine
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<ma_engine>)>()
external double ma_engine_get_volume(ffi.Pointer<ma_engine> pEngine);