PlayState

Description

Returns a Long value specifying the play state of the control.

Syntax
object.PlayState

Remarks

Use the play state to determine the status of an open stream. The play state has the following values:
Constant Value
nsStopped 0
nsPaused 1
nsPlaying 2
nsWaiting 3

See Also

SendPlayStateChangeEvents, PlayStateChange

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.