IAudioEndpointOffloadStreamVolume::GetVolumeChannelCount 方法 (audioengineendpoint.h)

GetVolumeChannelCount 方法會擷取卸除數據流中可用的音訊通道數目。

語法

HRESULT GetVolumeChannelCount(
  [out] UINT32 *pu32ChannelCount
);

參數

[out] pu32ChannelCount

卸除數據流中可用音訊通道數目的指標。

傳回值

GetVolumeChannelCount 方法會傳回S_OK,指出它已成功完成。 否則會傳回適當的錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 audioengineendpoint.h

另請參閱

IAudioEndpointOffloadStreamVolume