IAMTimelineGroup::SetRecompFormatFromSource method

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Note

[Deprecated. This API may be removed from future releases of Windows.]

 

The SetRecompFormatFromSource method sets the video recompression format using the compression format from a source file.

Syntax

HRESULT SetRecompFormatFromSource(
   IAMTimelineSrc *pSource
);

Parameters

pSource

Pointer to the IAMTimelineSrc interface of the source object.

Return value

Returns an HRESULT values. Possible values include the following.

Return code Description
S_OK
Success.
E_NO_TIMELINE
The group is not within a timeline.
E_OUTOFMEMORY
Insufficient memory.
E_POINTER
NULL pointer argument.
VFW_E_INVALIDMEDIATYPE
Invalid media type. The group is not a video group, or the source file has no video stream.

 

Remarks

This method finds the source file associated with pSource, retrieves the media type of the first video stream in the file, and sets the group compression format using that type. For more information about compression formats, see IAMTimelineGroup::SetSmartRecompressFormat.

Note

The header file Qedit.h is not compatible with Direct3D headers later than version 7.

 

Note

To obtain Qedit.h, download the Microsoft Windows SDK Update for Windows Vista and .NET Framework 3.0. Qedit.h is not available in the Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 Service Pack 1.

 

Requirements

Requirement Value
Header
Qedit.h
Library
Strmiids.lib

See also

IAMTimelineGroup Interface

Error and Success Codes