Manpages Constants for the get/set properties functions.Section: C Library Functions (3)Updated: 15 Oct 2001 Index Return to Main Contents NAMEConstants for the get/set properties functions. -Defines
Functions
DEFINE DOCUMENTATION#define AO_PROP_MIXER_VOL 0Mixer volume property. See also: xine_get_audio_property(), xine_set_audio_property() #define AO_PROP_MUTE_VOL 2Pcm volume property. See also: xine_get_audio_property(), xine_set_audio_property() #define AO_PROP_PCM_VOL 1Pcm volume property. See also: xine_get_audio_property(), xine_set_audio_property() FUNCTION DOCUMENTATIONint xine_get_audio_property (xine_t * self, int property)Get audio driver property. Parameters:
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:
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:
IndexThis document was created by man2html, using the manual pages. Time: 18:59:41 GMT, July 05, 2025 |