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