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.
Remarks
Windows Phone 8: This API is supported.
Requirements
|
Minimum supported client | Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012