Defines | |
#define | SPEED_PAUSE 0 |
#define | SPEED_SLOW_4 1 |
#define | SPEED_SLOW_2 2 |
#define | SPEED_NORMAL 4 |
#define | SPEED_FAST_2 8 |
#define | SPEED_FAST_4 16 |
Functions | |
void | xine_play (xine_t *self, char *MRL, int start_pos, int start_time) |
Start to play a stream. | |
void | xine_set_speed (xine_t *self, int speed) |
Set playback speed. | |
int | xine_get_speed (xine_t *self) |
Get the playback speed. | |
void | xine_set_av_offset (xine_t *self, int offset_pts) |
Set audio/video sync. | |
int | xine_get_av_offset (xine_t *self) |
Get audio/video sync. | |
void | xine_stop (xine_t *self) |
Stop playing. | |
int | xine_eject (xine_t *self) |
Eject media. | |
int | xine_get_status (xine_t *self) |
Get current xine status. | |
int | xine_get_current_position (xine_t *self) |
Get current position. | |
int | xine_get_current_time (xine_t *self) |
get current pos in seconds. | |
int | xine_get_stream_length (xine_t *self) |
estimate length of input stream in seconds. | |
int | xine_get_audio_channel (xine_t *self) |
Get current audio channel. | |
void | xine_select_audio_channel (xine_t *self, int channel) |
Set audio channel. | |
int | xine_get_spu_channel (xine_t *self) |
Get current sub-title channel. | |
void | xine_select_spu_channel (xine_t *self, int channel) |
Set sub-title channel. |
|
Playback at 200% speed.
|
|
Playback at 400% speed.
|
|
Playback at 100% speed.
|
|
Playback pause.
|
|
Playback at 50% speed.
|
|
Playback at 25% speed.
|
|
Eject media.
|
|
Get current audio channel.
|
|
Get audio/video sync.
|
|
Get current position.
|
|
get current pos in seconds.
|
|
Get the playback speed.
|
|
Get current sub-title channel.
|
|
Get current xine status.
|
|
estimate length of input stream in seconds.
|
|
Start to play a stream.
|
|
Set audio channel.
|
|
Set sub-title channel.
|
|
Set audio/video sync.
|
|
Set playback speed.
|
|
Stop playing.
|