MFCreateStreamOnMFByteStream 函式 (mfidl.h)
傳回會包裝 Microsoft Media Foundation 位元組數據流的 IStream 指標。
語法
HRESULT MFCreateStreamOnMFByteStream(
[in] IMFByteStream *pByteStream,
[out] IStream **ppStream
);
參數
[in] pByteStream
媒體基礎位元組數據流之 IMFByteStream 介面的指標。
[out] ppStream
接收 IStream 介面的指標。 呼叫端必須釋放 介面。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
此函式可讓應用程式將 Media Foundation 位元組資料流傳遞至採用 IStream 指標的 API。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mfidl.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |