PlayState Property

Sequencer Control

Retrieves the state of the sequencer. Read-only at run time.

Syntax

VBScriptplaystate=sequencerObj( "actionsetname" ) .PlayState
JScriptplaystate=sequencerObj.item( "actionsetname" ) .PlayState

Possible Values

actionsetname
Name of the action set.

Return Value

Returns an integer that indicates the sequencer's play state. Possible values are 0 (stopped), 1 (playing) or 2 (paused).


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.