共用方式為


IMFByteStreamProxyClassFactory::CreateByteStreamProxy 方法 (mfobjects.h)

建立位元組數據流的 Proxy。 Proxy 可讓媒體來源從另一個進程中的位元組數據流讀取。

語法

HRESULT CreateByteStreamProxy(
  [in]  IMFByteStream *pByteStream,
  [in]  IMFAttributes *pAttributes,
  [in]  REFIID        riid,
  [out] LPVOID        *ppvObject
);

參數

[in] pByteStream

位元組數據流至 Proxy 之 IMFByteStream 介面的指標。

[in] pAttributes

保留的。 設定為 NULL

[in] riid

所要求介面的介面標識碼 (IID) 。

[out] ppvObject

接收介面的指標。 呼叫端必須釋放 介面。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 mfobjects.h (include Mfidl.idl)

另請參閱

IMFByteStreamProxyClassFactory