|
gmerlin
|
State definitions for the player. More...
Defines | |
| #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. | |
State definitions for the player.
| #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.
1.7.5.1