IMiniportStreamAudioEngineNode::GetStreamChannelCount 方法 (portcls.h)
取得數據流可用的通道數目計數。
語法
NTSTATUS GetStreamChannelCount(
[in] eChannelTargetType targetType,
[out] UINT32 *pulChannelCount
);
參數
[in] targetType
指定目標節點類型的 eChannelTargetType 列舉值。
[out] pulChannelCount
可用的通道數目。
傳回值
如果呼叫成功,GetStreamChannelCount 會傳回S_OK。 否則,方法會傳回適當的錯誤
代碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
目標平台 | Universal |
標頭 | portcls.h |