From e9d3fc29c17ce3cb3f609e65de4b4852681ae4ef Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 16 Sep 2001 23:13:45 +0000 Subject: Update docs. Fixed some warnings. configure.in is ready for 0.9.1. CVS patchset: 646 CVS date: 2001/09/16 23:13:45 --- doc/xine-lib-API/html/xine_8h.html | 99 ++++++++++++++++++++++++-------------- 1 file changed, 63 insertions(+), 36 deletions(-) (limited to 'doc/xine-lib-API/html/xine_8h.html') diff --git a/doc/xine-lib-API/html/xine_8h.html b/doc/xine-lib-API/html/xine_8h.html index b2dbe1ccf..e7f997129 100644 --- a/doc/xine-lib-API/html/xine_8h.html +++ b/doc/xine-lib-API/html/xine_8h.html @@ -20,23 +20,21 @@ #define XINE_BUILD_CC   "gcc version 2.95.3 20010315 (release)" -#define XINE_BUILD_OS   "Linux 2.4.5 i686" +#define XINE_BUILD_OS   "Linux 2.4.8 i686" -#define XINE_BUILD_DATE   "Thu 26 Jul 2001 09:17:10" +#define XINE_BUILD_DATE   "Mon 17 Sep 2001 00:59:15" #define XINE_STOP   0 #define XINE_PLAY   1 - -#define XINE_PAUSE   2 - -#define XINE_QUIT   3 + +#define XINE_QUIT   2 #define XINE_MAJOR_VERSION   0 -#define XINE_MINOR_VERSION   5 +#define XINE_MINOR_VERSION   9 -#define XINE_SUB_VERSION   0 +#define XINE_SUB_VERSION   1 #define VO_CAP_HUE   0x00000010 @@ -61,8 +59,10 @@ #define VO_PROP_BRIGHTNESS   5 #define VO_PROP_COLORKEY   6 - -#define VO_NUM_PROPERTIES   7 + +#define VO_PROP_SOFT_DEINTERLACE   7 + +#define VO_NUM_PROPERTIES   8 #define ASPECT_AUTO   0 @@ -79,6 +79,18 @@ #define DEMUX_CONTENT_STRATEGY   2 #define DEMUX_EXTENSION_STRATEGY   3 + +#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 #define mrl_unknown   (0 << 0) @@ -138,8 +150,8 @@ typedef void vo_overlay_t typedef struct vo_driver_s vo_driver_t typedef void xine_t - -typedef void ao_functions_t + +typedef void ao_driver_t typedef void cfg_data_t @@ -174,40 +186,55 @@ int config_values_tconfig_file_init (char *filename)  Configuration file initialisation.

-xine_txine_init (vo_driver_t *vo, ao_functions_t *ao, config_values_t *config, gui_stream_end_cb_t stream_end_cb, gui_get_next_mrl_cb_t get_next_mrl_cb, gui_branched_cb_t branched_cb) +xine_txine_init (vo_driver_t *vo, ao_driver_t *ao, config_values_t *config, gui_stream_end_cb_t stream_end_cb, gui_get_next_mrl_cb_t get_next_mrl_cb, gui_branched_cb_t branched_cb)  Initialisation of xine.

void xine_exit (xine_t *self)  De-initialisation of xine.

-void xine_play (xine_t *self, char *MRL, int pos) +void xine_play (xine_t *self, char *MRL, int start_pos, int start_time)  Start to play a stream.

- -void xine_pause (xine_t *self) - Pause toggle.

- -void xine_stop (xine_t *self) + +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) + +int xine_eject (xine_t *self)  Eject media.

- -int xine_get_status (xine_t *self) + +int xine_get_status (xine_t *self)  Get current xine status.

- -int xine_get_current_position (xine_t *self) + +int xine_get_current_position (xine_t *self)  Get current position.

- -int xine_get_audio_channel (xine_t *self) + +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) + +void xine_select_audio_channel (xine_t *self, int channel)  Set audio channel.

- -int xine_get_spu_channel (xine_t *self) + +int xine_get_spu_channel (xine_t *self)  Get current sub-title channel.

- -void xine_select_spu_channel (xine_t *self, int channel) + +void xine_select_spu_channel (xine_t *self, int channel)  Set sub-title channel.

char** xine_get_browsable_input_plugin_ids (xine_t *self) @@ -231,7 +258,7 @@ char** xine_list_audio_output_plugins (void)  generate a list of all available audio output plugins.

-ao_functions_txine_load_audio_output_plugin (config_values_t *config, char *id) +ao_driver_txine_load_audio_output_plugin (config_values_t *config, char *id)  load a specific audio output plugin.

int xine_register_event_listener (xine_t *self, event_listener_t listener) @@ -250,7 +277,7 @@ void guenter@users.sourceforge.net> , Siegfried Langauf <siggi@users.sourceforge.net> , Daniel Caujolle-Bert <f1rmb@users.sourceforge.net>
Date:
-25/07/2001 +16/09/2001

API of XINE library.
    Copyright (C) 2000-2001 the xine project
@@ -297,7 +324,7 @@ Guenter Bartsch <guenter@users
 Skin file location     
   
 
-
Generated at Thu Jul 26 11:29:45 2001 for XINE, A Free Video Player Project - API reference by +
Generated at Mon Sep 17 01:05:55 2001 for XINE, A Free Video Player Project - API reference by doxygen1.2.8 written by Dimitri van Heesch, -- cgit v1.2.3