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/group__audio__cap.html | 372 +++++++++++++++++++++++++++ 1 file changed, 372 insertions(+) create mode 100644 doc/xine-lib-API/html/group__audio__cap.html (limited to 'doc/xine-lib-API/html/group__audio__cap.html') diff --git a/doc/xine-lib-API/html/group__audio__cap.html b/doc/xine-lib-API/html/group__audio__cap.html new file mode 100644 index 000000000..874085100 --- /dev/null +++ b/doc/xine-lib-API/html/group__audio__cap.html @@ -0,0 +1,372 @@ + + +XINE, A Free Video Player Project - API reference +xine logo + + + + +
+Main Page   Modules   Data Structures   File List   Data Fields   Globals  
+

audio driver capabilities

+ + + + + + + + + + + + + + + +

Defines

+#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

Functions

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

+

Define Documentation

+

+ + + + +
+ + +
+#define AO_CAP_MIXER_VOL   0x00000080 +
+
+ + + + + +
+   + + +

+Driver supports mixer control.

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_4CHANNEL   0x00000010 +
+
+ + + + + +
+   + + +

+Driver supports 4 channels. 1 sample == 8 bytes (L,R,LR,RR)

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_5CHANNEL   0x00000020 +
+
+ + + + + +
+   + + +

+Driver supports 5 channels. 1 sample == 10 bytes (L,R,LR,RR,C)

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_5_1CHANNEL   0x00000040 +
+
+ + + + + +
+   + + +

+Driver supports 5.1 channels. 1 sample == 12 bytes (L,R,LR,RR,C,LFE)

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_A52   0x00000001 +
+
+ + + + + +
+   + + +

+Driver supports A/52 output.

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_AC5   0x00000002 +
+
+ + + + + +
+   + + +

+Driver supports AC5 output.

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_MONO   0x00000004 +
+
+ + + + + +
+   + + +

+Driver supports mono output. 1 sample == 2 bytes (C)

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MODE_STEREO   0x00000008 +
+
+ + + + + +
+   + + +

+Driver supports stereo output. 1 sample == 4 bytes (L,R)

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_MUTE_VOL   0x00000200 +
+
+ + + + + +
+   + + +

+Driver can mute volume.

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_NOCAP   0x00000000 +
+
+ + + + + +
+   + + +

+Driver has no capabilities.

+See also:
+xine_get_audio_capabilities()
+

+ + + + +
+ + +
+#define AO_CAP_PCM_VOL   0x00000100 +
+
+ + + + + +
+   + + +

+Driver supports pcm control.

+See also:
+xine_get_audio_capabilities()
+


Function Documentation

+

+ + + + +
+ + + + + + +
+int xine_get_audio_capabilities ( + +xine_t * self ) +
+
+ + + + + +
+   + + +

+Get audio driver capabilities. +

+

+Parameters:
+ + +
self +Current xine engine configuration ( see xine_init() )
+
+Returns:
+Audio capabilities. +

+

Get audio driver capabilities, returned value can be AND/ORed with AO_CAP_* constant to get relevant informations.
+Parameters:
+ + +
self +
+
+


Generated at Fri Oct 5 14:17:33 2001 for XINE, A Free Video Player Project - API reference by + +doxygen1.2.8 written by Dimitri van Heesch, + © 1997-2001
+ + -- cgit v1.2.3