MFCreateMuxStreamAttributes 函式 (mfapi.h)
建立描述多工子資料流程內容的 IMFAttributes 。
語法
HRESULT MFCreateMuxStreamAttributes(
[in] IMFCollection *pAttributesToMux,
[out] IMFAttributes **ppMuxAttribs
);
參數
[in] pAttributesToMux
集合,包含每個多工化子資料流程的 IMFAttributes 。
[out] ppMuxAttribs
包含多工化子資料流程屬性的 IMFAttributes 。
傳回值
函式會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
null 中的 pAttributesToMux參數。 |
需求
最低支援的用戶端 | Windows 10版本 1703 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |