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

Constants for the get/set properties functions.

+ + + + + + + + + +

Defines

+#define AO_PROP_MIXER_VOL   0
+#define AO_PROP_PCM_VOL   1
+#define AO_PROP_MUTE_VOL   2

Functions

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

+

Define Documentation

+

+ + + + +
+ + +
+#define AO_PROP_MIXER_VOL   0 +
+
+ + + + + +
+   + + +

+Mixer volume property.

+See also:
+xine_get_audio_property(), xine_set_audio_property()
+

+ + + + +
+ + +
+#define AO_PROP_MUTE_VOL   2 +
+
+ + + + + +
+   + + +

+Pcm volume property.

+See also:
+xine_get_audio_property(), xine_set_audio_property()
+

+ + + + +
+ + +
+#define AO_PROP_PCM_VOL   1 +
+
+ + + + + +
+   + + +

+Pcm volume property.

+See also:
+xine_get_audio_property(), xine_set_audio_property()
+


Function Documentation

+

+ + + + +
+ + + + + + + + + + +
+int xine_get_audio_property ( + +xine_t * self, +
+int property ) +
+
+ + + + + +
+   + + +

+Get audio driver property. +

+

+Parameters:
+ + + +
self +Current xine engine configuration ( see xine_init() )
property +( see AO_PROP_* )
+
+Returns:
+value of property. +

+

Get audio property ( AO_PROP_* ) value .
+Parameters:
+ + + +
self +
property +
+
+

+ + + + +
+ + + + + + + + + + + + + + +
+int xine_set_audio_property ( + +xine_t * self, +
+int property, +
+int value ) +
+
+ + + + + +
+   + + +

+Set audio driver property value. +

+

+Parameters:
+ + + + +
self +Current xine engine configuration ( see xine_init() )
property +( see AO_PROP_* )
value +of property
+
+Returns:
+value on success, otherwise ~value. +

+

Set audio property value ( AO_PROP_* ). It will return value if operation is successfuly completed, and ~value on failure.
+Parameters:
+ + + + +
self +
property +
value +
+
+


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