|
|
Whole document tree
XINE, A Free Video Player Project - API reference
Main Page Modules Data Structures File List Data Fields Globals
Constants for the get/set properties functions.
Define Documentation
#define AO_PROP_MIXER_VOL 0
|
|
#define AO_PROP_MUTE_VOL 2
|
|
#define AO_PROP_PCM_VOL 1
|
|
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:
-
|
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:
-
|
Generated at Mon Oct 15 01:18:07 2001 for XINE, A Free Video Player Project - API reference by
1.2.8 written by Dimitri van Heesch,
© 1997-2001
|