enum PlayState

specifies the play state

psOff
0x01
psPaused
0x06
psPlaying
0x02

Documentation

Specifies the play state. Designed to be OR-ed with the PlayMode and sent as a unit.

psOff
The device is off. Should only be used alone.

psPlaying
The device is playing. Can be OR-ed with psPaused.

psPaused
The device is paused. Can [and should] be OR-ed with psPlaying.

alphabetic index hierarchy of classes


Copyright 1997 by John Weiss [John.Weiss@colorado.edu] "generated by doc++"?! More like mangled ...

generated by doc++