亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? vlc_config_cat.h

?? mips版本的VLC視頻服務器
?? H
字號:
/***************************************************************************** * vlc_config_cat.h : Definition of configuration categories ***************************************************************************** * Copyright (C) 2003 the VideoLAN team * $Id: da5c2c38b956b527d5471c51c8090a597351f63f $ * * Authors: Clément Stenac <zorglub@videolan.org> *          Anil Daoud <anil@videolan.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/#ifndef VLC_HELP_H#define VLC_HELP_H 1/* *  First, we need help strings for the General Settings and for the *  Plugins screen */#define MAIN_TITLE N_( "VLC preferences" )#define MAIN_HELP N_( \    "Select \"Advanced Options\" to see all options." )#define GENERAL_TITLE N_("General")/* Interface */#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" )/* Audio */#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 N_( \    "Audio filters are used to postprocess the audio stream." )#define AVISUAL_TITLE N_("Visualizations")#define AVISUAL_HELP N_( \    "Audio visualizations" )#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." )/* Video */#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 N_( \    "Choose your preferred video output and configure it here." )#define VFILTER_TITLE N_("Filters" )#define VFILTER_HELP N_( \    "Video filters are used to postprocess the video stream." )#define SUBPIC_TITLE N_( "Subtitles/OSD")#define SUBPIC_HELP N_( "Miscellaneous settings related to On-Screen-Display,"\        " subtitles and \"overlay subpictures\".")/*#define TEXT_TITLE N_("Text rendering")#define TEXT_HELP N_( \    "Use the settings of the \"freetype\" module to choose the font you " \    "want VLC to use for text rendering (to display subtitles for example).")*//* Input */#define INPUT_TITLE N_( "Input / Codecs" )#define INPUT_HELP N_( "These are the settings for the input, demultiplexing " \         "and decoding parts of VLC. Encoder settings can also be found here." )#define ACCESS_TITLE N_( "Access modules" )#define ACCESS_HELP 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 STREAM_FILTER_TITLE N_( "Stream filters" )#define STREAM_FILTER_HELP N_( \    "Stream 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 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." )/* Sout */#define SOUT_TITLE N_( "Stream output" )#define SOUT_HELP 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_GENERAL_HELP N_( "General stream output settings")#define SOUT_MUX_TITLE N_( "Muxers" )#define SOUT_MUX_HELP 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_ACO_TITLE N_( "Access output" )#define SOUT_ACO_HELP 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_PACKET_TITLE N_( "Packetizers" )#define SOUT_PACKET_HELP 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_STREAM_TITLE N_("Sout stream")#define SOUT_STREAM_HELP 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_SAP_TITLE N_( "SAP" )#define SOUT_SAP_HELP N_( \                 "SAP is a way to publically announce streams that are being "\                 "sent using multicast UDP or RTP." )#define SOUT_VOD_TITLE N_( "VOD" )#define SOUT_VOD_HELP N_( "VLC's implementation of Video On Demand" )/* Playlist */#define PLAYLIST_TITLE N_( "Playlist" )#define PLAYLIST_HELP N_( "Settings related to playlist behaviour " \        "(e.g. playback mode) and to modules that automatically add "\        "items to the playlist (\"service discovery\" modules).")#define PGENERAL_HELP N_( "General playlist behaviour")#define SD_TITLE N_("Services discovery")#define SD_HELP N_("Services discovery modules are facilities "\        "that automatically add items to playlist.")/* Advanced */#define AADVANCED_TITLE N_( "Advanced" )#define AADVANCED_HELP N_( "Advanced settings. Use with care.")#define CPU_TITLE N_( "CPU features" )#define CPU_HELP N_( "You can choose to disable some CPU accelerations " \        "here. You should probably not change these settings." )#define MISC_TITLE N_( "Advanced settings" )#define MISC_HELP N_( "Other advanced settings")#define NETWORK_TITLE N_( "Network" )#define NETWORK_HELP N_( "These modules provide network functions to all " \                "other parts of VLC." )/* OLD */#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 "These are general settings for the "\        "packetizers used in VLC's stream output subsystem."#define ENCODER_TITLE N_("Encoders settings")#define ENCODER_HELP N_( \    "These are general settings for video/audio/subtitles encoding modules.")#define DIALOGS_TITLE N_("Dialog providers settings")#define DIALOGS_HELP  N_( \    "Dialog providers can be configured here.")#define SUBTITLE_DEMUX_TITLE N_("Subtitle demuxer settings")#define SUBTITLE_DEMUX_HELP N_( \    "In this section you can force the behavior of the subtitle demuxer, " \    "for example by setting the subtitles type or file name.")/* *  A little help for modules with unknown capabilities */#define UNKNOWN_TITLE N_("No help available" )#define UNKNOWN_HELP N_("There is no help available for these modules.")/* This function is deprecated and is kept only for compatibility */static const struct config_category_t categories_array[] ={    /* Interface */    { CAT_INTERFACE, INTF_TITLE, INTF_HELP },    { SUBCAT_INTERFACE_GENERAL, GENERAL_TITLE, INTF_GENERAL_HELP },    { SUBCAT_INTERFACE_MAIN, INTF_MAIN_TITLE, INTF_MAIN_HELP },    { SUBCAT_INTERFACE_CONTROL, INTF_CONTROL_TITLE, INTF_CONTROL_HELP },    { SUBCAT_INTERFACE_HOTKEYS, INTF_HOTKEYS_TITLE, INTF_HOTKEYS_HELP },    { CAT_AUDIO, AUDIO_TITLE, AUDIO_HELP },    { SUBCAT_AUDIO_GENERAL, AUDIO_GENERAL_TITLE, AUDIO_GENERAL_HELP },    { SUBCAT_AUDIO_AOUT, AOUT_TITLE, AOUT_HELP },    { SUBCAT_AUDIO_AFILTER, AFILTER_TITLE, AFILTER_HELP },    { SUBCAT_AUDIO_VISUAL, AVISUAL_TITLE, AVISUAL_HELP },    { SUBCAT_AUDIO_MISC, AMISC_TITLE, AMISC_HELP },    { CAT_VIDEO, VIDEO_TITLE, VIDEO_HELP },    { SUBCAT_VIDEO_GENERAL, VIDEO_GENERAL_TITLE, VIDEO_GENERAL_HELP },    { SUBCAT_VIDEO_VOUT, _VOUT_TITLE, VOUT_HELP },    { SUBCAT_VIDEO_VFILTER, VFILTER_TITLE, VFILTER_HELP },    { SUBCAT_VIDEO_SUBPIC, SUBPIC_TITLE, SUBPIC_HELP },    { CAT_INPUT, INPUT_TITLE, INPUT_HELP },    { SUBCAT_INPUT_GENERAL, ADVANCED_TITLE, ADVANCED_HELP },    { SUBCAT_INPUT_ACCESS, ACCESS_TITLE, ACCESS_HELP },    { SUBCAT_INPUT_DEMUX, DEMUX_TITLE, DEMUX_HELP },    { SUBCAT_INPUT_VCODEC, VDEC_TITLE, VDEC_HELP },    { SUBCAT_INPUT_ACODEC, ADEC_TITLE, ADEC_HELP },    { SUBCAT_INPUT_SCODEC, SDEC_TITLE, SDEC_HELP },    { SUBCAT_INPUT_STREAM_FILTER, STREAM_FILTER_TITLE, STREAM_FILTER_HELP },    { CAT_SOUT, SOUT_TITLE, SOUT_HELP },    { SUBCAT_SOUT_GENERAL, GENERAL_TITLE, SOUT_GENERAL_HELP },    { SUBCAT_SOUT_STREAM, SOUT_STREAM_TITLE, SOUT_STREAM_HELP },    { SUBCAT_SOUT_MUX, SOUT_MUX_TITLE, SOUT_MUX_HELP },    { SUBCAT_SOUT_ACO, SOUT_ACO_TITLE, SOUT_ACO_HELP },    { SUBCAT_SOUT_PACKETIZER, SOUT_PACKET_TITLE, SOUT_PACKET_HELP },    { SUBCAT_SOUT_SAP, SOUT_SAP_TITLE, SOUT_SAP_HELP },    { SUBCAT_SOUT_VOD, SOUT_VOD_TITLE, SOUT_VOD_HELP },    { CAT_PLAYLIST, PLAYLIST_TITLE , PLAYLIST_HELP },    { SUBCAT_PLAYLIST_GENERAL, GENERAL_TITLE, PGENERAL_HELP },    { SUBCAT_PLAYLIST_SD, SD_TITLE, SD_HELP },    { CAT_ADVANCED, AADVANCED_TITLE, AADVANCED_HELP },    { SUBCAT_ADVANCED_CPU, CPU_TITLE, CPU_HELP },    { SUBCAT_ADVANCED_MISC, MISC_TITLE, MISC_HELP },    { -1, NULL, NULL }};LIBVLC_USEDstatic inline const char *config_CategoryNameGet( int i_value ){    int i = 0 ;    while( categories_array[i].psz_name != NULL )    {        if( categories_array[i].i_id == i_value )        {            return _(categories_array[i].psz_name);        }        i++;    }    return NULL;}LIBVLC_USEDstatic inline const char *config_CategoryHelpGet( int i_value ){    int i = 0 ;    while( categories_array[i].psz_help != NULL )    {        if( categories_array[i].i_id == i_value )        {            return _(categories_array[i].psz_help);        }        i++;    }    return NULL;}#endif /* VLC_HELP_H */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲电影你懂得| 不卡一区在线观看| 国内精品伊人久久久久av影院 | 91免费国产在线| 成人av网站在线| 91丝袜呻吟高潮美腿白嫩在线观看| 丁香桃色午夜亚洲一区二区三区| 狠狠色2019综合网| 精品一区二区三区不卡| 国产精品资源在线| 成人免费高清在线| 国产成人av一区二区| 国产一区二区在线观看免费| 大陆成人av片| 在线中文字幕一区二区| 日韩一级成人av| 久久久久久久综合日本| 成人免费一区二区三区在线观看| 综合欧美一区二区三区| 亚洲成人av一区二区| 免费成人美女在线观看| 国产一区二区毛片| 一本大道久久a久久综合婷婷 | 久久成人久久鬼色| 国产一区二区三区四| jvid福利写真一区二区三区| 色婷婷av一区二区三区大白胸| 欧美人与z0zoxxxx视频| 国产日韩欧美a| 亚洲小少妇裸体bbw| 麻豆freexxxx性91精品| 成人性生交大合| 欧美日韩精品免费| 国产调教视频一区| 午夜久久久影院| 成人高清免费观看| 51久久夜色精品国产麻豆| 中文文精品字幕一区二区| 视频一区中文字幕国产| 99久久精品国产网站| 欧美一卡在线观看| 亚洲美女精品一区| 国产精品资源在线看| 51午夜精品国产| 亚洲欧美日韩精品久久久久| 国产一区二区三区在线观看免费 | 亚洲欧美怡红院| 日韩国产欧美在线观看| 成人久久久精品乱码一区二区三区 | 亚洲精品视频一区| 激情成人午夜视频| 欧美性感一类影片在线播放| 国产精品美女久久久久aⅴ| 日本麻豆一区二区三区视频| 一本一道久久a久久精品综合蜜臀| 亚洲精品一区二区三区99| 中文字幕亚洲电影| 奇米四色…亚洲| 欧美日韩亚洲综合在线| 成人免费在线播放视频| 国产精品伊人色| 精品国产sm最大网站免费看| 丝袜美腿亚洲综合| 欧美老年两性高潮| 亚洲高清免费一级二级三级| 色综合久久综合| 国产精品麻豆一区二区| 国产传媒一区在线| 久久综合网色—综合色88| 美腿丝袜亚洲一区| 91精品国产色综合久久ai换脸 | 日韩精品乱码av一区二区| 波多野结衣在线一区| 国产三级精品三级| 国产精品性做久久久久久| 日韩欧美自拍偷拍| 免费看黄色91| 欧美一区二区视频在线观看| 亚洲成人福利片| 欧美色老头old∨ideo| 亚洲影院在线观看| 91精品福利在线| 亚洲免费av高清| 一本色道久久加勒比精品| 亚洲欧洲韩国日本视频| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 激情五月激情综合网| 欧美一区二区视频观看视频 | 欧美日韩大陆一区二区| 亚洲夂夂婷婷色拍ww47| 欧美视频中文字幕| 亚洲成人在线网站| 欧美一区二区播放| 国产一区二区视频在线| 国产精品国产精品国产专区不片| 99精品久久久久久| 亚洲成人免费在线观看| 精品久久五月天| 国产99一区视频免费| 日韩一区有码在线| 欧美三级欧美一级| 国产剧情av麻豆香蕉精品| 国产精品乱码人人做人人爱| 在线观看不卡一区| 精品一区二区免费视频| 国产精品久久久久久久浪潮网站| 色综合天天综合给合国产| 青青草国产成人99久久| 国产精品你懂的| 欧美日本高清视频在线观看| 国产成人精品一区二区三区四区 | 欧美日韩精品一区二区天天拍小说 | 国产精品久久久久9999吃药| 欧美日韩中字一区| 国产成人丝袜美腿| 亚洲欧美激情视频在线观看一区二区三区 | 国产农村妇女毛片精品久久麻豆| jiyouzz国产精品久久| 亚洲国产一区视频| 欧美激情在线一区二区三区| 91首页免费视频| 蜜桃视频第一区免费观看| 亚洲人成网站精品片在线观看| 6080午夜不卡| 91丨九色丨蝌蚪丨老版| 精品一区二区影视| 午夜欧美一区二区三区在线播放| 久久影音资源网| 91麻豆精品国产91久久久| 国产成人av影院| 久久精品国产一区二区| 欧美国产综合一区二区| 日韩欧美国产高清| 欧美区在线观看| 91啪亚洲精品| av中文字幕不卡| 久久99热这里只有精品| 亚洲一区二区美女| 自拍偷拍亚洲欧美日韩| 中文字幕欧美激情| 欧美变态凌虐bdsm| 在线播放一区二区三区| 色婷婷综合久久久| 波多野结衣亚洲一区| 国产999精品久久久久久 | 国产女同互慰高潮91漫画| 精品粉嫩超白一线天av| 欧美一卡2卡三卡4卡5免费| 欧美人伦禁忌dvd放荡欲情| 欧美色综合久久| 欧美性猛片xxxx免费看久爱| 色婷婷综合久久| 欧美在线免费观看亚洲| 91麻豆swag| 色偷偷成人一区二区三区91 | 国产亚洲精品aa| 国产欧美综合色| 国产精品视频麻豆| 日本一区二区成人在线| 国产精品久久三| 国产精品久久久一本精品| 欧美国产成人精品| ●精品国产综合乱码久久久久| 久久久国产精品午夜一区ai换脸| 欧美mv日韩mv| 国产日韩欧美一区二区三区综合| 精品国精品国产尤物美女| 久久影院午夜片一区| 精品国产乱码久久久久久久| 国产欧美一区二区三区鸳鸯浴 | 国产一区二区三区免费播放 | 亚洲美女免费视频| 亚洲在线免费播放| 日韩国产欧美视频| 九色porny丨国产精品| 日本最新不卡在线| 久久精品国产网站| 国产成人高清视频| 91丨九色丨蝌蚪丨老版| 欧美伦理电影网| 精品久久99ma| 中文字幕一区二区三| 亚洲成年人影院| 激情图区综合网| 色婷婷精品大在线视频| 欧美一区二区三区四区视频| 国产欧美日韩三级| 日韩不卡在线观看日韩不卡视频| 激情五月激情综合网| 成人毛片在线观看| 欧美精品一级二级| 国产视频在线观看一区二区三区| 亚洲欧洲中文日韩久久av乱码| 日韩电影在线观看一区| 国产综合久久久久久久久久久久| 成人激情小说网站| 成人的网站免费观看| 欧美一级精品在线| 综合久久久久久| 国产在线精品一区二区|