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