次の方法で共有


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
対象プラットフォーム ユニバーサル
Header portcls.h

こちらもご覧ください

IMiniportStreamAudioEngineNode

eChannelTargetType