vlc_config_cat.h File Reference

Include dependency graph for vlc_config_cat.h:

Go to the source code of this file.

Defines

#define VLC_HELP_H   1
#define MAIN_TITLE   N_( "VLC preferences" )
#define MAIN_HELP
#define GENERAL_TITLE   N_("General")
#define INTF_TITLE   N_("Interface")
#define INTF_HELP   N_( "Settings for VLC's interfaces" )
#define INTF_GENERAL_HELP   N_( "General interface settings" )
#define INTF_MAIN_TITLE   N_( "Main interfaces" )
#define INTF_MAIN_HELP   N_( "Settings for the main interface" )
#define INTF_CONTROL_TITLE   N_( "Control interfaces" )
#define INTF_CONTROL_HELP   N_( "Settings for VLC's control interfaces" )
#define INTF_HOTKEYS_TITLE   N_( "Hotkeys settings" )
#define INTF_HOTKEYS_HELP   N_( "Hotkeys settings" )
#define AUDIO_TITLE   N_( "Audio" )
#define AUDIO_HELP   N_( "Audio settings" )
#define AUDIO_GENERAL_TITLE   N_( "General audio settings" )
#define AUDIO_GENERAL_HELP   N_("General audio settings")
#define AFILTER_TITLE   N_("Filters")
#define AFILTER_HELP
#define AVISUAL_TITLE   N_("Visualizations")
#define AVISUAL_HELP
#define AOUT_TITLE   N_( "Output modules" )
#define AOUT_HELP   N_("These are general settings for audio output modules.")
#define AMISC_TITLE   N_("Miscellaneous")
#define AMISC_HELP   N_( "Miscellaneous audio settings and modules." )
#define VIDEO_TITLE   N_("Video")
#define VIDEO_HELP   N_("Video settings")
#define VIDEO_GENERAL_TITLE   N_( "General video settings")
#define VIDEO_GENERAL_HELP   N_( "General video settings" )
#define _VOUT_TITLE   N_("Output modules" )
#define VOUT_HELP
#define VFILTER_TITLE   N_("Filters" )
#define VFILTER_HELP
#define SUBPIC_TITLE   N_( "Subtitles/OSD")
#define SUBPIC_HELP
#define INPUT_TITLE   N_( "Input / Codecs" )
#define INPUT_HELP
#define ACCESS_TITLE   N_( "Access modules" )
#define ACCESS_HELP
#define ACCESS_FILTER_TITLE   N_( "Access filters" )
#define ACCESS_FILTER_HELP
#define DEMUX_TITLE   N_("Demuxers")
#define DEMUX_HELP   N_( "Demuxers are used to separate audio and video streams." )
#define VDEC_TITLE   N_( "Video codecs" )
#define VDEC_HELP   N_( "Settings for the video-only decoders and encoders." )
#define ADEC_TITLE   N_( "Audio codecs" )
#define ADEC_HELP   N_( "Settings for the audio-only decoders and encoders." )
#define SDEC_TITLE   N_( "Other codecs")
#define SDEC_HELP   N_( "Settings for audio+video and miscellaneous decoders and encoders." )
#define ADVANCED_TITLE   N_("General")
#define ADVANCED_HELP   N_( "General input settings. Use with care." )
#define SOUT_TITLE   N_( "Stream output" )
#define SOUT_HELP
#define SOUT_GENERAL_HELP   N_( "General stream output settings")
#define SOUT_MUX_TITLE   N_( "Muxers" )
#define SOUT_MUX_HELP
#define SOUT_ACO_TITLE   N_( "Access output" )
#define SOUT_ACO_HELP
#define SOUT_PACKET_TITLE   N_( "Packetizers" )
#define SOUT_PACKET_HELP
#define SOUT_STREAM_TITLE   N_("Sout stream")
#define SOUT_STREAM_HELP
#define SOUT_SAP_TITLE   N_( "SAP" )
#define SOUT_SAP_HELP
#define SOUT_VOD_TITLE   N_( "VOD" )
#define SOUT_VOD_HELP   N_( "VLC's implementation of Video On Demand" )
#define PLAYLIST_TITLE   N_( "Playlist" )
#define PLAYLIST_HELP
#define PGENERAL_HELP   N_( "General playlist behaviour")
#define SD_TITLE   N_("Services discovery")
#define SD_HELP
#define AADVANCED_TITLE   N_( "Advanced" )
#define AADVANCED_HELP   N_( "Advanced settings. Use with care.")
#define CPU_TITLE   N_( "CPU features" )
#define CPU_HELP
#define MISC_TITLE   N_( "Advanced settings" )
#define MISC_HELP   N_( "Other advanced settings")
#define NETWORK_TITLE   N_( "Network" )
#define NETWORK_HELP
#define CHROMA_TITLE   N_("Chroma modules settings")
#define CHROMA_HELP   N_("These settings affect chroma transformation modules.")
#define PACKETIZER_TITLE   N_("Packetizer modules settings" )
#define PACKETIZER_HELP
#define ENCODER_TITLE   N_("Encoders settings")
#define ENCODER_HELP
#define DIALOGS_TITLE   N_("Dialog providers settings")
#define DIALOGS_HELP
#define SUBTITLE_DEMUX_TITLE   N_("Subtitle demuxer settings")
#define SUBTITLE_DEMUX_HELP
#define UNKNOWN_TITLE   N_("No help available" )
#define UNKNOWN_HELP   N_("There is no help available for these modules.")

Functions

static const char * GetCapabilityHelp (char *psz_capability, int i_type)
static const char * config_CategoryNameGet (int i_value)
static const char * config_CategoryHelpGet (int i_value)

Variables

static struct config_category_t categories_array []


Define Documentation

#define _VOUT_TITLE   N_("Output modules" )

#define AADVANCED_HELP   N_( "Advanced settings. Use with care.")

#define AADVANCED_TITLE   N_( "Advanced" )

#define ACCESS_FILTER_HELP

Value:

N_( \
    "Access filters are special modules that allow advanced operations on " \
    "the input side of VLC. You should not touch anything here unless you " \
    "know what you are doing." )

#define ACCESS_FILTER_TITLE   N_( "Access filters" )

#define ACCESS_HELP

Value:

N_( \
    "Settings related to the various access methods used by VLC. " \
    "Common settings you may want to alter are HTTP proxy or " \
    "caching settings." )

#define ACCESS_TITLE   N_( "Access modules" )

#define ADEC_HELP   N_( "Settings for the audio-only decoders and encoders." )

#define ADEC_TITLE   N_( "Audio codecs" )

#define ADVANCED_HELP   N_( "General input settings. Use with care." )

#define ADVANCED_TITLE   N_("General")

#define AFILTER_HELP

Value:

N_( \
    "Audio filters are used to postprocess the audio stream." )

#define AFILTER_TITLE   N_("Filters")

#define AMISC_HELP   N_( "Miscellaneous audio settings and modules." )

#define AMISC_TITLE   N_("Miscellaneous")

#define AOUT_HELP   N_("These are general settings for audio output modules.")

#define AOUT_TITLE   N_( "Output modules" )

#define AUDIO_GENERAL_HELP   N_("General audio settings")

#define AUDIO_GENERAL_TITLE   N_( "General audio settings" )

#define AUDIO_HELP   N_( "Audio settings" )

#define AUDIO_TITLE   N_( "Audio" )

#define AVISUAL_HELP

Value:

N_( \
    "Audio visualizations" )

#define AVISUAL_TITLE   N_("Visualizations")

#define CHROMA_HELP   N_("These settings affect chroma transformation modules.")

#define CHROMA_TITLE   N_("Chroma modules settings")

#define CPU_HELP

Value:

N_( "You can choose to disable some CPU accelerations " \
        "here. You should probably not change these settings." )

#define CPU_TITLE   N_( "CPU features" )

#define DEMUX_HELP   N_( "Demuxers are used to separate audio and video streams." )

#define DEMUX_TITLE   N_("Demuxers")

#define DIALOGS_HELP

Value:

N_( \
    "Dialog providers can be configured here.")

#define DIALOGS_TITLE   N_("Dialog providers settings")

#define ENCODER_HELP

Value:

N_( \
    "These are general settings for video/audio/subtitles encoding modules.")

#define ENCODER_TITLE   N_("Encoders settings")

#define GENERAL_TITLE   N_("General")

#define INPUT_HELP

Value:

N_( "These are the settings for the input, demultiplexing " \
         "and decoding parts of VLC. Encoder settings can also be found here." )

#define INPUT_TITLE   N_( "Input / Codecs" )

#define INTF_CONTROL_HELP   N_( "Settings for VLC's control interfaces" )

#define INTF_CONTROL_TITLE   N_( "Control interfaces" )

#define INTF_GENERAL_HELP   N_( "General interface settings" )

#define INTF_HELP   N_( "Settings for VLC's interfaces" )

#define INTF_HOTKEYS_HELP   N_( "Hotkeys settings" )

#define INTF_HOTKEYS_TITLE   N_( "Hotkeys settings" )

#define INTF_MAIN_HELP   N_( "Settings for the main interface" )

#define INTF_MAIN_TITLE   N_( "Main interfaces" )

#define INTF_TITLE   N_("Interface")

#define MAIN_HELP

Value:

N_( \
    "Select \"Advanced Options\" to see all options." )

#define MAIN_TITLE   N_( "VLC preferences" )

#define MISC_HELP   N_( "Other advanced settings")

#define MISC_TITLE   N_( "Advanced settings" )

#define NETWORK_HELP

Value:

N_( "These modules provide network functions to all " \
                "other parts of VLC." )

#define NETWORK_TITLE   N_( "Network" )

#define PACKETIZER_HELP

Value:

"These are general settings for the "\
        "packetizers used in VLC's stream output subsystem."

#define PACKETIZER_TITLE   N_("Packetizer modules settings" )

#define PGENERAL_HELP   N_( "General playlist behaviour")

#define PLAYLIST_HELP

Value:

N_( "Settings related to playlist behaviour " \
        "(e.g. playback mode) and to modules that automatically add "\
        "items to the playlist (\"service discovery\" modules).")

#define PLAYLIST_TITLE   N_( "Playlist" )

#define SD_HELP

Value:

N_("Services discovery modules are facilities "\
        "that automatically add items to playlist.")

#define SD_TITLE   N_("Services discovery")

#define SDEC_HELP   N_( "Settings for audio+video and miscellaneous decoders and encoders." )

#define SDEC_TITLE   N_( "Other codecs")

#define SOUT_ACO_HELP

Value:

N_( \
   "Access output modules control the ways the muxed streams are sent. " \
   "This setting allows you to always force a specific access output method. " \
   "You should probably not do that.\n" \
   "You can also set default parameters for each access output.")

#define SOUT_ACO_TITLE   N_( "Access output" )

#define SOUT_GENERAL_HELP   N_( "General stream output settings")

#define SOUT_HELP

Value:

N_( \
      "Stream output is what allows VLC to act as a streaming server " \
      "or to save incoming streams.\n" \
      "Streams are first muxed and then sent through an \"access output\" "\
      "module that can either save the stream to a file, or stream " \
      "it (UDP, HTTP, RTP/RTSP).\n" \
      "Sout streams modules allow advanced stream processing (transcoding, "\
      "duplicating...).")

#define SOUT_MUX_HELP

Value:

N_( \
       "Muxers create the encapsulation formats that are used to " \
       "put all the elementary streams (video, audio, ...) " \
       "together. This setting allows you to always force a specific muxer. " \
       "You should probably not do that.\n" \
       "You can also set default parameters for each muxer." )

#define SOUT_MUX_TITLE   N_( "Muxers" )

#define SOUT_PACKET_HELP

Value:

N_( \
        "Packetizers are used to \"preprocess\" the elementary "\
        "streams before muxing. " \
        "This setting allows you to always force a packetizer. " \
        "You should probably not do that.\n" \
        "You can also set default parameters for each packetizer." )

#define SOUT_PACKET_TITLE   N_( "Packetizers" )

#define SOUT_SAP_HELP

Value:

N_( \
                 "SAP is a way to publically announce streams that are being "\
                 "sent using multicast UDP or RTP." )

#define SOUT_SAP_TITLE   N_( "SAP" )

#define SOUT_STREAM_HELP

Value:

N_( "Sout stream modules allow to build a sout " \
                "processing chain. Please refer to the Streaming Howto for " \
                "more information. You can configure default options for " \
                "each sout stream module here.")

#define SOUT_STREAM_TITLE   N_("Sout stream")

#define SOUT_TITLE   N_( "Stream output" )

#define SOUT_VOD_HELP   N_( "VLC's implementation of Video On Demand" )

#define SOUT_VOD_TITLE   N_( "VOD" )

#define SUBPIC_HELP

Value:

N_( "Miscellaneous settings related to On-Screen-Display,"\
        " subtitles and \"overlay subpictures\".")

#define SUBPIC_TITLE   N_( "Subtitles/OSD")

#define SUBTITLE_DEMUX_HELP

Value:

N_( \
    "In this section you can force the behavior of the subtitle demuxer, " \
    "for example by setting the subtitles type or file name.")

#define SUBTITLE_DEMUX_TITLE   N_("Subtitle demuxer settings")

#define UNKNOWN_HELP   N_("There is no help available for these modules.")

#define UNKNOWN_TITLE   N_("No help available" )

#define VDEC_HELP   N_( "Settings for the video-only decoders and encoders." )

#define VDEC_TITLE   N_( "Video codecs" )

#define VFILTER_HELP

Value:

N_( \
    "Video filters are used to postprocess the video stream." )

#define VFILTER_TITLE   N_("Filters" )

#define VIDEO_GENERAL_HELP   N_( "General video settings" )

#define VIDEO_GENERAL_TITLE   N_( "General video settings")

#define VIDEO_HELP   N_("Video settings")

#define VIDEO_TITLE   N_("Video")

#define VLC_HELP_H   1

#define VOUT_HELP

Value:

N_( \
    "Choose your preferred video output and configure it here." )


Function Documentation

static const char* config_CategoryHelpGet ( int  i_value  )  [inline, static]

static const char* config_CategoryNameGet ( int  i_value  )  [inline, static]

static const char* GetCapabilityHelp ( char *  psz_capability,
int  i_type 
) [inline, static]


Variable Documentation

struct config_category_t categories_array[] [static]


Generated on Wed Aug 13 08:02:41 2008 for VLC by  doxygen 1.5.1