IMediaStream::SetSameFormat

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

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 Values

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

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.

See Also

IMediaStream Interface

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.