Microsoft DirectX 8.1 (C++) |
The EnableTransitions method enables or disables all transitions in the timeline. If transitions are disabled, the render engines treats them as cuts; that is, the rendered output jumps instantly from one
Syntax
HRESULT EnableTransitions(
BOOL fEnabled
);
Parameters
fEnabled
Boolean value that specifies whether to enable or disable transitions. If TRUE, transitions are enabled. If FALSE, transitions are disabled.
Return Value
Returns S_OK.
See Also