IAudioEndpointOffloadStreamVolume::GetVolumeChannelCount 方法 (audioengineendpoint.h)
GetVolumeChannelCount 方法检索卸载流中可用音频声道的数量。
语法
HRESULT GetVolumeChannelCount(
[out] UINT32 *pu32ChannelCount
);
参数
[out] pu32ChannelCount
指向卸载流中可用音频通道数的指针。
返回值
GetVolumeChannelCount 方法返回S_OK指示它已成功完成。 否则,它将返回相应的错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | audioengineendpoint.h |