MFCreateMFByteStreamOnStreamEx function (mfidl.h)
Creates a Microsoft Media Foundation byte stream that wraps an IRandomAccessStream object.
Syntax
HRESULT MFCreateMFByteStreamOnStreamEx(
[in] IUnknown *punkStream,
[out] IMFByteStream **ppByteStream
);
Parameters
[in] punkStream
A pointer to the IRandomAccessStream interface.
[out] ppByteStream
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | mfidl.h |
| Library | Mfplat.lib |
| DLL | Mfplat.dll |
See also
Feedback
Coming soon: Throughout 2024 we will be phasing out GitHub Issues as the feedback mechanism for content and replacing it with a new feedback system. For more information see: https://aka.ms/ContentUserFeedback.
Submit and view feedback for