gmerlin
Macros

State definitions for the player. More...

Macros

#define BG_PLAYER_STATE_INIT   -1
 Initializing. More...
 
#define BG_PLAYER_STATE_STOPPED   0
 Stopped, waiting for play command. More...
 
#define BG_PLAYER_STATE_PLAYING   1
 Playing. More...
 
#define BG_PLAYER_STATE_SEEKING   2
 Seeking. More...
 
#define BG_PLAYER_STATE_CHANGING   3
 Changing the track. More...
 
#define BG_PLAYER_STATE_BUFFERING   4
 Buffering data. More...
 
#define BG_PLAYER_STATE_PAUSED   5
 Paused. More...
 
#define BG_PLAYER_STATE_EOF   6
 Finished playback. More...
 
#define BG_PLAYER_STATE_STARTING   8
 Starting playback. More...
 
#define BG_PLAYER_STATE_ERROR   9
 Error. More...
 

Detailed Description

State definitions for the player.

Macro Definition Documentation

#define BG_PLAYER_STATE_INIT   -1

Initializing.

#define BG_PLAYER_STATE_STOPPED   0

Stopped, waiting for play command.

#define BG_PLAYER_STATE_PLAYING   1

Playing.

#define BG_PLAYER_STATE_SEEKING   2

Seeking.

#define BG_PLAYER_STATE_CHANGING   3

Changing the track.

#define BG_PLAYER_STATE_BUFFERING   4

Buffering data.

#define BG_PLAYER_STATE_PAUSED   5

Paused.

#define BG_PLAYER_STATE_EOF   6

Finished playback.

#define BG_PLAYER_STATE_STARTING   8

Starting playback.

#define BG_PLAYER_STATE_ERROR   9

Error.