IPerChannelDbLevel::GetChannelCount 方法 (devicetopology.h)
GetChannelCount 方法會取得音訊數據流中的通道數目。
語法
HRESULT GetChannelCount(
[out] UINT *pcChannels
);
參數
[out] pcChannels
UINT 變數的指標,此方法會將通道計數寫入 (音訊數據流中的通道數目) 。
傳回值
如果方法成功,它會傳回 S_OK。 如果失敗,可能的傳回碼包括但不限於下表所示的值。
傳回碼 | Description |
---|---|
|
指標 pcChannels 為 NULL。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | devicetopology.h |