ma_device_get_master_volume_db function

ma_result ma_device_get_master_volume_db(
  1. Pointer<ma_device> pDevice,
  2. Pointer<Float> pGainDB
)

Implementation

ma_result ma_device_get_master_volume_db(
  ffi.Pointer<ma_device> pDevice,
  ffi.Pointer<ffi.Float> pGainDB,
) => ma_result.fromValue(_ma_device_get_master_volume_db(pDevice, pGainDB));