Microsoft DirectX 9.0 |
The GetTimelineObject method retrieves the timeline that the render engine is currently using.
Syntax
object.GetTimelineObject(
ppTimeline As AMTimeline
)
Parameters
ppTimeline
The AMTimeline object that receives the timeline.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to the following value:
Value | Description |
E_MUST_INIT_RENDERER | Render engine failed to initialize. |
See Also