Difference between revisions of "UsbGetOutputBalance"
From eMDeeWiki
Jump to navigationJump to search (Created page with '<tt>float UsbGetOutputBalance(UAC_HANDLE devHandle)</tt> '''Return Value''' Returns '''Parameters''' ''devHandle'' :The device handle of an open device. Use the value retur…') |
|||
Line 4: | Line 4: | ||
'''Return Value''' | '''Return Value''' | ||
− | Returns | + | Returns a floating point value between -1.0 and 1.0 that represents the output balance that is currently set for the audio CODEC. |
Line 15: | Line 15: | ||
'''Remarks''' | '''Remarks''' | ||
− | + | Use this function to retrieve the output balance of the audio CODEC. This function can be used to read the default value of the CODEC after initialization, or to verify the value written from a call to [[UsbOutputBalance]]. | |
Latest revision as of 12:36, 9 July 2014
float UsbGetOutputBalance(UAC_HANDLE devHandle)
Return Value
Returns a floating point value between -1.0 and 1.0 that represents the output balance 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 balance of the audio CODEC. This function can be used to read the default value of the CODEC after initialization, or to verify the value written from a call to UsbOutputBalance.