![]() |
Previous | Next |
The PlayerState enumeration type provides some basic states of Windows Media Player.
Number | Description |
0 | Stop state |
1 | Pause state |
2 | Play state |
Syntax
typedef enum PlayerState{
stop_state = 0,
pause_state = 1,
play_state = 2
};
Remarks
This enumeration is used by the TimedLevel structure.
See Also
Previous | Next |