Microsoft DirectX 9.0

AMTimeline.SetDefaultTransitionB Method

The SetDefaultTransitionB method sets the default transition. If the render engine cannot render a transition, it substitutes the default transition.

Syntax

object.SetDefaultTransitionB(
    pGuid As String
)

Parameters

pGuid

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.

Remarks

If you do not set a default transition, or if the transition that you specify as a default causes an error, DES uses its own default transition.

See Also