PlayerState enumeration

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,
  pause_state,
  play_state
} ;

Constants

stop_state
pause_state
play_state

Remarks

This enumeration is used by the TimedLevel structure.

Requirements

   
Minimum supported client Windows Media Player version 7.0 or later.
Header effects.h

See also

TimedLevel

Visualization Structures and Enumeration Types