Functions | |
void | xine_play (xine_t *self, char *MRL, int pos) |
Start to play a stream. | |
void | xine_pause (xine_t *self) |
Pause toggle. | |
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_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. |
|
Eject media.
|
|
Get current audio channel.
|
|
Get current position.
|
|
Get current sub-title channel.
|
|
Get current xine status.
|
|
Pause toggle.
|
|
Start to play a stream.
|
|
Set audio channel.
|
|
Set sub-title channel.
|
|
Stop playing.
|