Microsoft DirectX 8.1 (C++)

AMTimeline.GetDefaultTransitionB Method

The AMTimeline.GetDefaultTransitionB method retrieves the default transition. If the render engine cannot render a transition, it substitutes the default transition.

Syntax

object.GetDefaultTransitionB() As String

Parameters

This method takes no parameters.

Return Value

Returns a string that contains the GUID of the default transition.

Error Codes

If the method fails, an error is raised, and Err.Number can be set to the following value:

Value Description
E_OUTOFMEMORY Insufficient memory.

See Also