MFCreateMuxStreamAttributes 関数 (mfapi.h)
多重化されたサブストリームの内容を記述する IMFAttribute を作成します。
構文
HRESULT MFCreateMuxStreamAttributes(
[in] IMFCollection *pAttributesToMux,
[out] IMFAttributes **ppMuxAttribs
);
パラメーター
[in] pAttributesToMux
多重化された各サブストリームの IMFAttributes を含むコレクション。
[out] ppMuxAttribs
多重化されたサブストリームの属性を含む IMFAttribute 。
戻り値
関数は HRESULT を返します。 有効な値を次の表に示しますが、これ以外にもあります。
リターン コード | 説明 |
---|---|
|
メソッドが成功しました。 |
|
pAttributesToMux パラメーター (null)。 |
要件
サポートされている最小のクライアント | Windows 10、バージョン 1703 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | mfapi.h |
Library | Mfplat.lib |
[DLL] | Mfplat.dll |