IAudioEndpointOffloadStreamMeter::GetMeterChannelCount method
Gets the number of available audio channels in the offloaded stream that can be metered.
Syntax
HRESULT GetMeterChannelCount( [out] UINT32 *pu32ChannelCount );
Parameters
- pu32ChannelCount [out]
-
A Pointer to a variable that indicates the number of available audio channels in the offloaded stream that can be metered.
Return value
The GetMeterChannelCount method returns S_OK to indicate that it has completed successfully. Otherwise it returns an appropriate error code.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: