From 2f0db17cc0d942fffa715d8d686721ce557f307c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 5 Oct 2001 13:41:53 +0000 Subject: Fixed $DESTDIR, use it for rpms generation. Update xine.h for audio cap/props. CVS patchset: 738 CVS date: 2001/10/05 13:41:53 --- doc/xine-lib-API/html/xine_8h.html | 47 +++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 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 e7f997129..d00595058 100644 --- a/doc/xine-lib-API/html/xine_8h.html +++ b/doc/xine-lib-API/html/xine_8h.html @@ -20,9 +20,9 @@ #define XINE_BUILD_CC   "gcc version 2.95.3 20010315 (release)" -#define XINE_BUILD_OS   "Linux 2.4.8 i686" +#define XINE_BUILD_OS   "Linux 2.4.9-ac7 i686" -#define XINE_BUILD_DATE   "Mon 17 Sep 2001 00:59:15" +#define XINE_BUILD_DATE   "Fri 05 Oct 2001 14:06:23" #define XINE_STOP   0 @@ -71,6 +71,10 @@ #define ASPECT_FULL   2 #define ASPECT_DVB   3 + +#define ASPECT_SQUARE   4 + +#define NUM_ASPECT_RATIOS   5 #define DEMUX_DEFAULT_STRATEGY   0 @@ -91,6 +95,34 @@ #define SPEED_FAST_2   8 #define SPEED_FAST_4   16 + +#define AO_CAP_NOCAP   0x00000000 + +#define AO_CAP_MODE_A52   0x00000001 + +#define AO_CAP_MODE_AC5   0x00000002 + +#define AO_CAP_MODE_MONO   0x00000004 + +#define AO_CAP_MODE_STEREO   0x00000008 + +#define AO_CAP_MODE_4CHANNEL   0x00000010 + +#define AO_CAP_MODE_5CHANNEL   0x00000020 + +#define AO_CAP_MODE_5_1CHANNEL   0x00000040 + +#define AO_CAP_MIXER_VOL   0x00000080 + +#define AO_CAP_PCM_VOL   0x00000100 + +#define AO_CAP_MUTE_VOL   0x00000200 + +#define AO_PROP_MIXER_VOL   0 + +#define AO_PROP_PCM_VOL   1 + +#define AO_PROP_MUTE_VOL   2 #define mrl_unknown   (0 << 0) @@ -236,6 +268,15 @@ int  void xine_select_spu_channel (xine_t *self, int channel)  Set sub-title channel.

+ +int xine_get_audio_capabilities (xine_t *self) + Get audio driver capabilities.

+ +int xine_get_audio_property (xine_t *self, int property) + Get audio driver property.

+ +int xine_set_audio_property (xine_t *self, int property, int value) + Set audio driver property value.

char** xine_get_browsable_input_plugin_ids (xine_t *self)  Request list of browsable featured plugins.

@@ -324,7 +365,7 @@ Guenter Bartsch <guenter@users Skin file location -
Generated at Mon Sep 17 01:05:55 2001 for XINE, A Free Video Player Project - API reference by +
Generated at Fri Oct 5 14:17:32 2001 for XINE, A Free Video Player Project - API reference by doxygen1.2.8 written by Dimitri van Heesch, -- cgit v1.2.3