Share via


IMediaStream::SetSameFormat (Windows Embedded CE 6.0)

1/6/2010

This method sets the media stream to the same format as a previous stream.

Syntax

HRESULT SetSameFormat(
  IMediaStream* pStreamThatHasDesiredFormat,
  DWORD dwFlags
);

Parameters

  • pStreamThatHasDesiredFormat
    [in] Pointer to a media stream object that has the same format.
  • dwFlags
    [in] Reserved for flag data. Must be zero.

Return Value

Returns S_OK if successful or E_POINTER if one of the parameters is invalid.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IMediaStream Interface