ma_device_get_master_volume_db function
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));
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));