Microsoft DirectX 8.0 |
Defines the timeline. This element is the root node in the XML file.
Example
<TIMELINE> </TIMELINE>
Attributes
Name Description Type C/C++ Equivalent DEFAULTFX CLSID of the default effect. CLSID IAMTimeline::SetDefaultEffect DEFAULTRANS CLSID of the default transition. CLSID IAMTimeline::SetDefaultTransition ENABLEFX Specifies whether effects are enabled.
- TRUE: Effects are rendered. (Default)
- FALSE: Effects are not rendered.
Boolean IAMTimeline::EnableEffects ENABLETRANS Specifies whether transitions are enabled.
- TRUE: Transitions are rendered normally. (Default)
- FALSE: Transitions are rendered as cuts.
Boolean IAMTimeline::EnableTransitions FRAMERATE Default frame rate, in frames per second. Do not use values with more than 7 decimal digits. If a group's FRAMERATE attribute is specified, it overrides this value. Float IAMTimeline::SetDefaultFPS
Parent/Child Information
Parent None. This element must be the root node in the file. Children GROUP