IAudioEndpointOffloadStreamMeter::GetMeterChannelCount method (audioengineendpoint.h)

Gets the number of available audio channels in the offloaded stream that can be metered.

Syntax

HRESULT GetMeterChannelCount(
  [out] UINT32 *pu32ChannelCount
);

Parameters

[out] pu32ChannelCount

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

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header audioengineendpoint.h

See also

IAudioEndpointOffloadStreamMeter