Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

MFCreateStreamOnMFByteStreamEx function

Creates an IRandomAccessStream object that wraps a Microsoft Media Foundation byte stream.

Syntax


HRESULT MFCreateStreamOnMFByteStreamEx(
  _In_   IMFByteStream *pByteStream,
  _In_   REFIID riid,
  _Out_  void **ppv
);

Parameters

pByteStream [in]

A pointer to the IMFByteStream interface of the Media Foundation byte stream.

riid [in]

The interface identifier (IID) of the interface being requested.

ppv [out]

Receives a pointer to the requested 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

The returned byte stream object exposes the IMFGetService interface. To get the original IMFByteStream pointer, call IMFGetService::GetService using the service identifier MF_WRAPPED_OBJECT.

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

Mfidl.h

Library

Mfplat.lib

DLL

Mfplat.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

© 2013 Microsoft. All rights reserved.