Share via


IRenderEngine::SetTimelineObject

 
Microsoft DirectShow 9.0

IRenderEngine::SetTimelineObject

The SetTimelineObject method sets the timeline for the render engine to use.

Syntax

  HRESULT SetTimelineObject(
    IAMTimeline *pTimeline
);

Parameters

pTimeline

Pointer to the timeline object's IAMTimeline interface.

Return Value

Returns one of the following HRESULT values:

Value Description
S_OK Success.
E_MUST_INIT_RENDERER Render engine failed to initialize.
E_OUTOFMEMORY Insufficient memory.
E_POINTER Invalid pointer.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also