Interface IMFByteStreamProxyClassFactory
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[Guid("a6b43f84-5c0a-42e8-a44d-b1857a76992f")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IMFByteStreamProxyClassFactory
Methods
CreateByteStreamProxy(IMFByteStream, IMFAttributes, Guid, out Object)
Declaration
HResult CreateByteStreamProxy(IMFByteStream pByteStream, IMFAttributes pAttributes, Guid riid, out object ppvObject)
Parameters
IMFByteStream
pByteStream
|
IMFAttributes
pAttributes
|
System.Guid
riid
|
System.Object
ppvObject
|
Returns
HResult
|