Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetMeteringChannelCount method gets the number of channels in the audio stream that are monitored by peak meters.
Syntax
HRESULT GetMeteringChannelCount(
[out] UINT *pnChannelCount
);
Parameters
[out] pnChannelCount
Pointer to a UINT variable into which the method writes the number of channels.
Return value
If the method succeeds, it returns S_OK. If it fails, possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
Parameter pnChannelCount is NULL. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | endpointvolume.h |