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

Media Foundation Functions