MFCreateMFByteStreamOnStreamEx function
Creates a Microsoft Media Foundation byte stream that wraps an IRandomAccessStream object.
Syntax
HRESULT MFCreateMFByteStreamOnStreamEx( _In_ IUnknown punkStream, _Out_ IMFByteStream **ppByteStream );
Parameters
- punkStream [in]
-
A pointer to the IRandomAccessStream interface.
- ppByteStream [out]
-
Receives a pointer to the IMFByteStream interface. The caller must release the interface.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also