=
{
{
CAT_PLAYLIST,
SUBCAT_PLAYLIST_GENERAL,
N_(
"Settings related to playlist behaviour " "(e.g. playback mode) and to modules that automatically add " "items to the playlist (\"service discovery\" modules).") },
{
CAT_SOUT,
SUBCAT_SOUT_GENERAL,
N_(
"Stream output settings are used when acting as a streaming server " "or when saving 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 N_(str)
Definition vlc_fixups.h:453
@ CAT_SOUT
Definition vlc_plugin.h:164
@ CAT_AUDIO
Definition vlc_plugin.h:161
@ CAT_PLAYLIST
Definition vlc_plugin.h:166
@ CAT_VIDEO
Definition vlc_plugin.h:162
@ CAT_INPUT
Definition vlc_plugin.h:163
@ CAT_ADVANCED
Definition vlc_plugin.h:165
@ CAT_INTERFACE
Definition vlc_plugin.h:160
@ SUBCAT_VIDEO_GENERAL
Definition vlc_plugin.h:190
@ SUBCAT_SOUT_GENERAL
Definition vlc_plugin.h:204
@ SUBCAT_INPUT_GENERAL
Definition vlc_plugin.h:196
@ SUBCAT_INTERFACE_GENERAL
Definition vlc_plugin.h:179
@ SUBCAT_PLAYLIST_GENERAL
Definition vlc_plugin.h:215
@ SUBCAT_ADVANCED_MISC
Definition vlc_plugin.h:212
@ SUBCAT_AUDIO_GENERAL
Definition vlc_plugin.h:184