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/man/en/man3/Makefile.am | 14 ++-- doc/man/en/man3/ao_driver_t.3 | 2 +- doc/man/en/man3/audio_cap.3 | 152 ++++++++++++++++++++++++++++++++++++ doc/man/en/man3/audio_group.3 | 15 ++++ doc/man/en/man3/audio_prop.3 | 115 +++++++++++++++++++++++++++ doc/man/en/man3/autoplay_group.3 | 2 +- doc/man/en/man3/browse_group.3 | 2 +- doc/man/en/man3/build_info.3 | 10 +-- doc/man/en/man3/cfg_data_t.3 | 2 +- doc/man/en/man3/config_group.3 | 2 +- doc/man/en/man3/config_values_s.3 | 2 +- doc/man/en/man3/config_values_t.3 | 2 +- doc/man/en/man3/demux_strategy.3 | 2 +- doc/man/en/man3/event_group.3 | 2 +- doc/man/en/man3/loadplugins_group.3 | 2 +- doc/man/en/man3/mrl_t.3 | 2 +- doc/man/en/man3/mrl_types.3 | 2 +- doc/man/en/man3/status_group.3 | 2 +- doc/man/en/man3/ui_callbacks.3 | 2 +- doc/man/en/man3/version_group.3 | 2 +- doc/man/en/man3/video_cap.3 | 2 +- doc/man/en/man3/video_group.3 | 2 +- doc/man/en/man3/video_prop.3 | 2 +- doc/man/en/man3/video_ratio.3 | 22 +++++- doc/man/en/man3/visual_types.3 | 2 +- doc/man/en/man3/vo_driver_s.3 | 2 +- doc/man/en/man3/vo_driver_t.3 | 2 +- doc/man/en/man3/vo_frame_t.3 | 2 +- doc/man/en/man3/vo_overlay_t.3 | 2 +- doc/man/en/man3/xine.h.3 | 66 +++++++++++++++- doc/man/en/man3/xine_api.3 | 5 +- doc/man/en/man3/xine_init.3 | 2 +- doc/man/en/man3/xine_management.3 | 2 +- doc/man/en/man3/xine_t.3 | 2 +- doc/man/en/man3/xine_version.3 | 2 +- 35 files changed, 409 insertions(+), 44 deletions(-) create mode 100644 doc/man/en/man3/audio_cap.3 create mode 100644 doc/man/en/man3/audio_group.3 create mode 100644 doc/man/en/man3/audio_prop.3 (limited to 'doc/man') diff --git a/doc/man/en/man3/Makefile.am b/doc/man/en/man3/Makefile.am index b896db733..9be0381ea 100644 --- a/doc/man/en/man3/Makefile.am +++ b/doc/man/en/man3/Makefile.am @@ -1,11 +1,11 @@ man_MANS = \ - ao_driver_t.3 config_values_s.3 status_group.3 visual_types.3 xine_init.3 \ - ao_functions_t.3 config_values_t.3 ui_callbacks.3 vo_driver_s.3 xine_management.3 \ - autoplay_group.3 demux_strategy.3 version_group.3 vo_driver_t.3 xine_t.3 \ - browse_group.3 event_group.3 video_cap.3 vo_frame_t.3 xine_version.3 \ - build_info.3 loadplugins_group.3 video_group.3 vo_overlay_t.3 \ - cfg_data_t.3 mrl_t.3 video_prop.3 xine.h.3 \ - config_group.3 mrl_types.3 video_ratio.3 xine_api.3 + ao_driver_t.3 build_info.3 loadplugins_group.3 video_group.3 vo_overlay_t.3 \ + ao_functions_t.3 cfg_data_t.3 mrl_t.3 video_prop.3 xine.h.3 \ + audio_cap.3 config_group.3 mrl_types.3 video_ratio.3 xine_api.3 \ + audio_group.3 config_values_s.3 status_group.3 visual_types.3 xine_init.3 \ + audio_prop.3 config_values_t.3 ui_callbacks.3 vo_driver_s.3 xine_management.3 \ + autoplay_group.3 demux_strategy.3 version_group.3 vo_driver_t.3 xine_t.3 \ + browse_group.3 event_group.3 video_cap.3 vo_frame_t.3 xine_version.3 EXTRA_DIST = $(man_MANS) diff --git a/doc/man/en/man3/ao_driver_t.3 b/doc/man/en/man3/ao_driver_t.3 index f7095d252..d24cff9ab 100644 --- a/doc/man/en/man3/ao_driver_t.3 +++ b/doc/man/en/man3/ao_driver_t.3 @@ -1,4 +1,4 @@ -.TH "ao_driver_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "ao_driver_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/audio_cap.3 b/doc/man/en/man3/audio_cap.3 new file mode 100644 index 000000000..9c09a8369 --- /dev/null +++ b/doc/man/en/man3/audio_cap.3 @@ -0,0 +1,152 @@ +.TH "audio driver capabilities" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.ad l +.nh +.SH NAME +audio driver capabilities \- +.SS "Defines" + +.in +1c +.ti -1c +.RI "#define \fBAO_CAP_NOCAP\fP 0x00000000" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_A52\fP 0x00000001" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_AC5\fP 0x00000002" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_MONO\fP 0x00000004" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_STEREO\fP 0x00000008" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_4CHANNEL\fP 0x00000010" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_5CHANNEL\fP 0x00000020" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_5_1CHANNEL\fP 0x00000040" +.br +.ti -1c +.RI "#define \fBAO_CAP_MIXER_VOL\fP 0x00000080" +.br +.ti -1c +.RI "#define \fBAO_CAP_PCM_VOL\fP 0x00000100" +.br +.ti -1c +.RI "#define \fBAO_CAP_MUTE_VOL\fP 0x00000200" +.br +.in -1c +.SS "Functions" + +.in +1c +.ti -1c +.RI "int \fBxine_get_audio_capabilities\fP (\fBxine_t\fP *self)" +.br +.RI "\fIGet audio driver capabilities.\fP" +.in -1c +.SH "DEFINE DOCUMENTATION" +.PP +.SS "#define AO_CAP_MIXER_VOL 0x00000080" +.PP +Driver supports mixer control. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_4CHANNEL 0x00000010" +.PP +Driver supports 4 channels. 1 sample == 8 bytes (L,R,LR,RR) +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_5CHANNEL 0x00000020" +.PP +Driver supports 5 channels. 1 sample == 10 bytes (L,R,LR,RR,C) +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_5_1CHANNEL 0x00000040" +.PP +Driver supports 5.1 channels. 1 sample == 12 bytes (L,R,LR,RR,C,LFE) +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_A52 0x00000001" +.PP +Driver supports A/52 output. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_AC5 0x00000002" +.PP +Driver supports AC5 output. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_MONO 0x00000004" +.PP +Driver supports mono output. 1 sample == 2 bytes (C) +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MODE_STEREO 0x00000008" +.PP +Driver supports stereo output. 1 sample == 4 bytes (L,R) +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_MUTE_VOL 0x00000200" +.PP +Driver can mute volume. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_NOCAP 0x00000000" +.PP +Driver has no capabilities. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SS "#define AO_CAP_PCM_VOL 0x00000100" +.PP +Driver supports pcm control. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_capabilities\fP() +.SH "FUNCTION DOCUMENTATION" +.PP +.SS "int xine_get_audio_capabilities (\fBxine_t\fP * self)" +.PP +Get audio driver capabilities. +.PP +\fBParameters: \fP +.in +1c +.TP +\fB\fIself\fP\fP +Current xine engine configuration ( see \fBxine_init\fP() ) +.PP +\fBReturns: \fP +.in +1c +Audio capabilities. +.PP +Get audio driver capabilities, returned value can be AND/ORed with AO_CAP_* constant to get relevant informations. +.PP +\fBParameters: \fP +.in +1c +.TP +\fB\fIself\fP\fP + \ No newline at end of file diff --git a/doc/man/en/man3/audio_group.3 b/doc/man/en/man3/audio_group.3 new file mode 100644 index 000000000..1d06aa62d --- /dev/null +++ b/doc/man/en/man3/audio_group.3 @@ -0,0 +1,15 @@ +.TH "Audio." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.ad l +.nh +.SH NAME +Audio. \- +.SS "Modules" + +.in +1c +.ti -1c +.RI "\fBConstants for the get/set properties functions.\fP" +.br +.ti -1c +.RI "\fBaudio driver capabilities\fP" +.br +.in -1c \ No newline at end of file diff --git a/doc/man/en/man3/audio_prop.3 b/doc/man/en/man3/audio_prop.3 new file mode 100644 index 000000000..3216fc780 --- /dev/null +++ b/doc/man/en/man3/audio_prop.3 @@ -0,0 +1,115 @@ +.TH "Constants for the get/set properties functions." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.ad l +.nh +.SH NAME +Constants for the get/set properties functions. \- +.SS "Defines" + +.in +1c +.ti -1c +.RI "#define \fBAO_PROP_MIXER_VOL\fP 0" +.br +.ti -1c +.RI "#define \fBAO_PROP_PCM_VOL\fP 1" +.br +.ti -1c +.RI "#define \fBAO_PROP_MUTE_VOL\fP 2" +.br +.in -1c +.SS "Functions" + +.in +1c +.ti -1c +.RI "int \fBxine_get_audio_property\fP (\fBxine_t\fP *self, int property)" +.br +.RI "\fIGet audio driver property.\fP" +.ti -1c +.RI "int \fBxine_set_audio_property\fP (\fBxine_t\fP *self, int property, int value)" +.br +.RI "\fISet audio driver property value.\fP" +.in -1c +.SH "DEFINE DOCUMENTATION" +.PP +.SS "#define AO_PROP_MIXER_VOL 0" +.PP +Mixer volume property. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_property\fP(), \fBxine_set_audio_property\fP() +.SS "#define AO_PROP_MUTE_VOL 2" +.PP +Pcm volume property. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_property\fP(), \fBxine_set_audio_property\fP() +.SS "#define AO_PROP_PCM_VOL 1" +.PP +Pcm volume property. +.PP +\fBSee also: \fP +.in +1c +\fBxine_get_audio_property\fP(), \fBxine_set_audio_property\fP() +.SH "FUNCTION DOCUMENTATION" +.PP +.SS "int xine_get_audio_property (\fBxine_t\fP * self, int property)" +.PP +Get audio driver property. +.PP +\fBParameters: \fP +.in +1c +.TP +\fB\fIself\fP\fP +Current xine engine configuration ( see \fBxine_init\fP() ) +.TP +\fB\fIproperty\fP\fP +( see AO_PROP_* ) +.PP +\fBReturns: \fP +.in +1c +value of property. +.PP +Get audio property ( AO_PROP_* ) value . +.PP +\fBParameters: \fP +.in +1c +.TP +\fB\fIself\fP\fP + +.TP +\fB\fIproperty\fP\fP + +.SS "int xine_set_audio_property (\fBxine_t\fP * self, int property, int value)" +.PP +Set audio driver property value. +.PP +\fBParameters: \fP +.in +1c +.TP +\fB\fIself\fP\fP +Current xine engine configuration ( see \fBxine_init\fP() ) +.TP +\fB\fIproperty\fP\fP +( see AO_PROP_* ) +.TP +\fB\fIvalue\fP\fP +of property +.PP +\fBReturns: \fP +.in +1c +value on success, otherwise ~value. +.PP +Set audio property value ( AO_PROP_* ). It will return value if operation is successfuly completed, and ~value on failure. +.PP +\fBParameters: \fP +.in +1c +.TP +\fB\fIself\fP\fP + +.TP +\fB\fIproperty\fP\fP + +.TP +\fB\fIvalue\fP\fP + \ No newline at end of file diff --git a/doc/man/en/man3/autoplay_group.3 b/doc/man/en/man3/autoplay_group.3 index 8bb024057..21c4a0d04 100644 --- a/doc/man/en/man3/autoplay_group.3 +++ b/doc/man/en/man3/autoplay_group.3 @@ -1,4 +1,4 @@ -.TH "Autoplay support" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Autoplay support" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/browse_group.3 b/doc/man/en/man3/browse_group.3 index 6a1c5c5c3..788828bbf 100644 --- a/doc/man/en/man3/browse_group.3 +++ b/doc/man/en/man3/browse_group.3 @@ -1,4 +1,4 @@ -.TH "Browsing support" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Browsing support" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/build_info.3 b/doc/man/en/man3/build_info.3 index c771f8b2e..12c3af512 100644 --- a/doc/man/en/man3/build_info.3 +++ b/doc/man/en/man3/build_info.3 @@ -1,4 +1,4 @@ -.TH "Build informations" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Build informations" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME @@ -10,10 +10,10 @@ Build informations \- .RI "#define \fBXINE_BUILD_CC\fP 'gcc version 2.95.3 20010315 (release)'" .br .ti -1c -.RI "#define \fBXINE_BUILD_OS\fP 'Linux 2.4.8 i686'" +.RI "#define \fBXINE_BUILD_OS\fP 'Linux 2.4.9-ac7 i686'" .br .ti -1c -.RI "#define \fBXINE_BUILD_DATE\fP 'Mon 17 Sep 2001 00:59:15'" +.RI "#define \fBXINE_BUILD_DATE\fP 'Fri 05 Oct 2001 14:06:23'" .br .in -1c .SH "DEFINE DOCUMENTATION" @@ -21,9 +21,9 @@ Build informations \- .SS "#define XINE_BUILD_CC 'gcc version 2.95.3 20010315 (release)'" .PP Compiler used to build xine-lib -.SS "#define XINE_BUILD_DATE 'Mon 17 Sep 2001 00:59:15'" +.SS "#define XINE_BUILD_DATE 'Fri 05 Oct 2001 14:06:23'" .PP Build time -.SS "#define XINE_BUILD_OS 'Linux 2.4.8 i686'" +.SS "#define XINE_BUILD_OS 'Linux 2.4.9-ac7 i686'" .PP OS used to build xine-lib \ No newline at end of file diff --git a/doc/man/en/man3/cfg_data_t.3 b/doc/man/en/man3/cfg_data_t.3 index 5c1d916f2..64c8ddb86 100644 --- a/doc/man/en/man3/cfg_data_t.3 +++ b/doc/man/en/man3/cfg_data_t.3 @@ -1,4 +1,4 @@ -.TH "cfg_data_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "cfg_data_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/config_group.3 b/doc/man/en/man3/config_group.3 index 1c8cbc551..3f00294b9 100644 --- a/doc/man/en/man3/config_group.3 +++ b/doc/man/en/man3/config_group.3 @@ -1,4 +1,4 @@ -.TH "Configuration structure type." 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Configuration structure type." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/config_values_s.3 b/doc/man/en/man3/config_values_s.3 index 9cfa54912..56fe33f22 100644 --- a/doc/man/en/man3/config_values_s.3 +++ b/doc/man/en/man3/config_values_s.3 @@ -1,4 +1,4 @@ -.TH "config_values_s" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "config_values_s" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/config_values_t.3 b/doc/man/en/man3/config_values_t.3 index 9eb6f79c2..a7fbc8b2b 100644 --- a/doc/man/en/man3/config_values_t.3 +++ b/doc/man/en/man3/config_values_t.3 @@ -1,4 +1,4 @@ -.TH "config_values_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "config_values_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/demux_strategy.3 b/doc/man/en/man3/demux_strategy.3 index b0cc0fe02..4c3c95b0e 100644 --- a/doc/man/en/man3/demux_strategy.3 +++ b/doc/man/en/man3/demux_strategy.3 @@ -1,4 +1,4 @@ -.TH "Possible demuxer guessing strategy." 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Possible demuxer guessing strategy." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/event_group.3 b/doc/man/en/man3/event_group.3 index c7950fc15..b3e2afcba 100644 --- a/doc/man/en/man3/event_group.3 +++ b/doc/man/en/man3/event_group.3 @@ -1,4 +1,4 @@ -.TH "Sending events" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Sending events" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/loadplugins_group.3 b/doc/man/en/man3/loadplugins_group.3 index 62367dac3..76e1e1fb9 100644 --- a/doc/man/en/man3/loadplugins_group.3 +++ b/doc/man/en/man3/loadplugins_group.3 @@ -1,4 +1,4 @@ -.TH "Loading plugins" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Loading plugins" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/mrl_t.3 b/doc/man/en/man3/mrl_t.3 index 15f6116db..3732875ee 100644 --- a/doc/man/en/man3/mrl_t.3 +++ b/doc/man/en/man3/mrl_t.3 @@ -1,4 +1,4 @@ -.TH "mrl_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "mrl_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/mrl_types.3 b/doc/man/en/man3/mrl_types.3 index 11fca13e8..a577859ee 100644 --- a/doc/man/en/man3/mrl_types.3 +++ b/doc/man/en/man3/mrl_types.3 @@ -1,4 +1,4 @@ -.TH "Types of available mrls" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Types of available mrls" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/status_group.3 b/doc/man/en/man3/status_group.3 index 3e72f8455..10fbee519 100644 --- a/doc/man/en/man3/status_group.3 +++ b/doc/man/en/man3/status_group.3 @@ -1,4 +1,4 @@ -.TH "Player status constants" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Player status constants" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/ui_callbacks.3 b/doc/man/en/man3/ui_callbacks.3 index fb2e980aa..6708a2327 100644 --- a/doc/man/en/man3/ui_callbacks.3 +++ b/doc/man/en/man3/ui_callbacks.3 @@ -1,4 +1,4 @@ -.TH "UI communication callbacks." 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "UI communication callbacks." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/version_group.3 b/doc/man/en/man3/version_group.3 index e778dacb1..6c8d026d4 100644 --- a/doc/man/en/man3/version_group.3 +++ b/doc/man/en/man3/version_group.3 @@ -1,4 +1,4 @@ -.TH "Version constants" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Version constants" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/video_cap.3 b/doc/man/en/man3/video_cap.3 index e1efb4632..c719b94ae 100644 --- a/doc/man/en/man3/video_cap.3 +++ b/doc/man/en/man3/video_cap.3 @@ -1,4 +1,4 @@ -.TH "video driver capabilities" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "video driver capabilities" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/video_group.3 b/doc/man/en/man3/video_group.3 index a963991a8..35a51d52f 100644 --- a/doc/man/en/man3/video_group.3 +++ b/doc/man/en/man3/video_group.3 @@ -1,4 +1,4 @@ -.TH "Video." 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Video." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/video_prop.3 b/doc/man/en/man3/video_prop.3 index 9f2e65ada..58343967d 100644 --- a/doc/man/en/man3/video_prop.3 +++ b/doc/man/en/man3/video_prop.3 @@ -1,4 +1,4 @@ -.TH "Constants for the get/set properties functions." 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Constants for the get/set properties functions." 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/video_ratio.3 b/doc/man/en/man3/video_ratio.3 index 6eb5bf05f..2d29aaf7a 100644 --- a/doc/man/en/man3/video_ratio.3 +++ b/doc/man/en/man3/video_ratio.3 @@ -1,4 +1,4 @@ -.TH "Possible ratios for the VO_PROP_ASPECT_RATIO call" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Possible ratios for the VO_PROP_ASPECT_RATIO call" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME @@ -18,6 +18,12 @@ Possible ratios for the VO_PROP_ASPECT_RATIO call \- .ti -1c .RI "#define \fBASPECT_DVB\fP 3" .br +.ti -1c +.RI "#define \fBASPECT_SQUARE\fP 4" +.br +.ti -1c +.RI "#define \fBNUM_ASPECT_RATIOS\fP 5" +.br .in -1c .SH "DETAILED DESCRIPTION" .PP @@ -53,4 +59,18 @@ Set aspect ration to 4:3. .PP \fBSee also: \fP .in +1c +\fBVO_PROP_ASPECT_RATIO\fP +.SS "#define ASPECT_SQUARE 4" +.PP +Set aspect ration to square pels. +.PP +\fBSee also: \fP +.in +1c +\fBVO_PROP_ASPECT_RATIO\fP +.SS "#define NUM_ASPECT_RATIOS 5" +.PP +Number of aspect ratios supported for VO_PROP_ASPECT_RATIO property. +.PP +\fBSee also: \fP +.in +1c \fBVO_PROP_ASPECT_RATIO\fP \ No newline at end of file diff --git a/doc/man/en/man3/visual_types.3 b/doc/man/en/man3/visual_types.3 index 5b25e3400..b4ca315e7 100644 --- a/doc/man/en/man3/visual_types.3 +++ b/doc/man/en/man3/visual_types.3 @@ -1,4 +1,4 @@ -.TH "Valid visual types" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Valid visual types" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/vo_driver_s.3 b/doc/man/en/man3/vo_driver_s.3 index 5fbe486e3..dcdc5d55b 100644 --- a/doc/man/en/man3/vo_driver_s.3 +++ b/doc/man/en/man3/vo_driver_s.3 @@ -1,4 +1,4 @@ -.TH "vo_driver_s" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "vo_driver_s" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/vo_driver_t.3 b/doc/man/en/man3/vo_driver_t.3 index 0226a1521..258c3c2be 100644 --- a/doc/man/en/man3/vo_driver_t.3 +++ b/doc/man/en/man3/vo_driver_t.3 @@ -1,4 +1,4 @@ -.TH "vo_driver_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "vo_driver_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/vo_frame_t.3 b/doc/man/en/man3/vo_frame_t.3 index d6cd13292..23f53535a 100644 --- a/doc/man/en/man3/vo_frame_t.3 +++ b/doc/man/en/man3/vo_frame_t.3 @@ -1,4 +1,4 @@ -.TH "vo_frame_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "vo_frame_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/vo_overlay_t.3 b/doc/man/en/man3/vo_overlay_t.3 index 5878848c9..d0cb6c40a 100644 --- a/doc/man/en/man3/vo_overlay_t.3 +++ b/doc/man/en/man3/vo_overlay_t.3 @@ -1,4 +1,4 @@ -.TH "vo_overlay_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "vo_overlay_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/xine.h.3 b/doc/man/en/man3/xine.h.3 index 5d01ab22b..ebe738f2e 100644 --- a/doc/man/en/man3/xine.h.3 +++ b/doc/man/en/man3/xine.h.3 @@ -1,4 +1,4 @@ -.TH "xine.h" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "xine.h" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME @@ -29,10 +29,10 @@ xine.h \- .RI "#define \fBXINE_BUILD_CC\fP 'gcc version 2.95.3 20010315 (release)'" .br .ti -1c -.RI "#define \fBXINE_BUILD_OS\fP 'Linux 2.4.8 i686'" +.RI "#define \fBXINE_BUILD_OS\fP 'Linux 2.4.9-ac7 i686'" .br .ti -1c -.RI "#define \fBXINE_BUILD_DATE\fP 'Mon 17 Sep 2001 00:59:15'" +.RI "#define \fBXINE_BUILD_DATE\fP 'Fri 05 Oct 2001 14:06:23'" .br .ti -1c .RI "#define \fBXINE_STOP\fP 0" @@ -107,6 +107,12 @@ xine.h \- .RI "#define \fBASPECT_DVB\fP 3" .br .ti -1c +.RI "#define \fBASPECT_SQUARE\fP 4" +.br +.ti -1c +.RI "#define \fBNUM_ASPECT_RATIOS\fP 5" +.br +.ti -1c .RI "#define \fBDEMUX_DEFAULT_STRATEGY\fP 0" .br .ti -1c @@ -137,6 +143,48 @@ xine.h \- .RI "#define \fBSPEED_FAST_4\fP 16" .br .ti -1c +.RI "#define \fBAO_CAP_NOCAP\fP 0x00000000" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_A52\fP 0x00000001" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_AC5\fP 0x00000002" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_MONO\fP 0x00000004" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_STEREO\fP 0x00000008" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_4CHANNEL\fP 0x00000010" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_5CHANNEL\fP 0x00000020" +.br +.ti -1c +.RI "#define \fBAO_CAP_MODE_5_1CHANNEL\fP 0x00000040" +.br +.ti -1c +.RI "#define \fBAO_CAP_MIXER_VOL\fP 0x00000080" +.br +.ti -1c +.RI "#define \fBAO_CAP_PCM_VOL\fP 0x00000100" +.br +.ti -1c +.RI "#define \fBAO_CAP_MUTE_VOL\fP 0x00000200" +.br +.ti -1c +.RI "#define \fBAO_PROP_MIXER_VOL\fP 0" +.br +.ti -1c +.RI "#define \fBAO_PROP_PCM_VOL\fP 1" +.br +.ti -1c +.RI "#define \fBAO_PROP_MUTE_VOL\fP 2" +.br +.ti -1c .RI "#define \fBmrl_unknown\fP (0 << 0)" .br .ti -1c @@ -348,6 +396,18 @@ xine.h \- .br .RI "\fISet sub-title channel.\fP" .ti -1c +.RI "int \fBxine_get_audio_capabilities\fP (\fBxine_t\fP *self)" +.br +.RI "\fIGet audio driver capabilities.\fP" +.ti -1c +.RI "int \fBxine_get_audio_property\fP (\fBxine_t\fP *self, int property)" +.br +.RI "\fIGet audio driver property.\fP" +.ti -1c +.RI "int \fBxine_set_audio_property\fP (\fBxine_t\fP *self, int property, int value)" +.br +.RI "\fISet audio driver property value.\fP" +.ti -1c .RI "char** \fBxine_get_browsable_input_plugin_ids\fP (\fBxine_t\fP *self)" .br .RI "\fIRequest list of browsable featured plugins.\fP" diff --git a/doc/man/en/man3/xine_api.3 b/doc/man/en/man3/xine_api.3 index c4d834465..1702f7f6b 100644 --- a/doc/man/en/man3/xine_api.3 +++ b/doc/man/en/man3/xine_api.3 @@ -1,4 +1,4 @@ -.TH "API functions" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "API functions" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME @@ -19,6 +19,9 @@ API functions \- .RI "\fBBrowsing support\fP" .br .ti -1c +.RI "\fBAudio.\fP" +.br +.ti -1c .RI "\fBEngine management\fP" .br .ti -1c diff --git a/doc/man/en/man3/xine_init.3 b/doc/man/en/man3/xine_init.3 index 509db7c88..2eacbb51b 100644 --- a/doc/man/en/man3/xine_init.3 +++ b/doc/man/en/man3/xine_init.3 @@ -1,4 +1,4 @@ -.TH "Init functions" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Init functions" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/xine_management.3 b/doc/man/en/man3/xine_management.3 index d8d68a3da..d3baddb42 100644 --- a/doc/man/en/man3/xine_management.3 +++ b/doc/man/en/man3/xine_management.3 @@ -1,4 +1,4 @@ -.TH "Engine management" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Engine management" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/xine_t.3 b/doc/man/en/man3/xine_t.3 index d1ec407ab..5b5a8c258 100644 --- a/doc/man/en/man3/xine_t.3 +++ b/doc/man/en/man3/xine_t.3 @@ -1,4 +1,4 @@ -.TH "xine_t" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "xine_t" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME diff --git a/doc/man/en/man3/xine_version.3 b/doc/man/en/man3/xine_version.3 index 6036ddc55..9d860d1a4 100644 --- a/doc/man/en/man3/xine_version.3 +++ b/doc/man/en/man3/xine_version.3 @@ -1,4 +1,4 @@ -.TH "Version functions" 3 "17 Sep 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.TH "Version functions" 3 "5 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- .ad l .nh .SH NAME -- cgit v1.2.3