UsbGetOutputLevel
From eMDeeWiki
Revision as of 12:34, 9 July 2014 by 96.228.162.28 (talk)
float UsbGetOutputLevel(UAC_HANDLE devHandle)
Return Value
Returns a floating point value between 0.0 and 1.0 that represents the output level that is currently set for the audio CODEC.
Parameters
devHandle
- The device handle of an open device. Use the value returned by UsbI2cOpen.
Remarks
Use this function to retrieve the output volume level of the audio CODEC. This function can be used to read the default level of the CODEC after initialization, or to verify the value written from a call to UsbOutputLevel.