]> git.sesse.net Git - vlc/blob - include/vlc_interface.h
decoder: remove unnecessary special case
[vlc] / include / vlc_interface.h
1 /*****************************************************************************
2  * vlc_interface.h: interface access for other threads
3  * This library provides basic functions for threads to interact with user
4  * interface, such as message output.
5  *****************************************************************************
6  * Copyright (C) 1999, 2000 VLC authors and VideoLAN
7  * $Id$
8  *
9  * Authors: Vincent Seguin <seguin@via.ecp.fr>
10  *
11  * This program is free software; you can redistribute it and/or modify it
12  * under the terms of the GNU Lesser General Public License as published by
13  * the Free Software Foundation; either version 2.1 of the License, or
14  * (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * along with this program; if not, write to the Free Software Foundation,
23  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
24  *****************************************************************************/
25
26 #ifndef VLC_INTF_H_
27 #define VLC_INTF_H_
28
29 # ifdef __cplusplus
30 extern "C" {
31 # endif
32
33 typedef struct intf_dialog_args_t intf_dialog_args_t;
34
35 /**
36  * \file
37  * This file contains structures and function prototypes for
38  * interface management in vlc
39  */
40
41 /**
42  * \defgroup vlc_interface Interface
43  * These functions and structures are for interface management
44  * @{
45  */
46
47 typedef struct intf_sys_t intf_sys_t;
48
49 /** Describe all interface-specific data of the interface thread */
50 typedef struct intf_thread_t
51 {
52     VLC_COMMON_MEMBERS
53
54     struct intf_thread_t *p_next; /** LibVLC interfaces book keeping */
55
56     /* Specific interfaces */
57     intf_sys_t *        p_sys;                          /** system interface */
58
59     /** Interface module */
60     module_t *   p_module;
61
62     /** Specific for dialogs providers */
63     void ( *pf_show_dialog ) ( struct intf_thread_t *, int, int,
64                                intf_dialog_args_t * );
65
66     config_chain_t *p_cfg;
67 } intf_thread_t;
68
69 /** \brief Arguments passed to a dialogs provider
70  *  This describes the arguments passed to the dialogs provider. They are
71  *  mainly used with INTF_DIALOG_FILE_GENERIC.
72  */
73 struct intf_dialog_args_t
74 {
75     intf_thread_t *p_intf;
76     char *psz_title;
77
78     char **psz_results;
79     int  i_results;
80
81     void (*pf_callback) ( intf_dialog_args_t * );
82     void *p_arg;
83
84     /* Specifically for INTF_DIALOG_FILE_GENERIC */
85     char *psz_extensions;
86     bool b_save;
87     bool b_multiple;
88
89     /* Specific to INTF_DIALOG_INTERACTION */
90     struct interaction_dialog_t *p_dialog;
91 };
92
93 VLC_API int intf_Create( playlist_t *, const char * );
94
95 VLC_API void libvlc_Quit( libvlc_int_t * );
96
97 static inline playlist_t *pl_Get( struct intf_thread_t *intf )
98 {
99     return (playlist_t *)(intf->p_parent);
100 }
101
102 /**
103  * Retrieves the current input thread from the playlist.
104  * @note The returned object must be released with vlc_object_release().
105  */
106 #define pl_CurrentInput(intf) (playlist_CurrentInput(pl_Get(intf)))
107
108 /**
109  * @ingroup messages
110  * @{
111  */
112
113 VLC_API void vlc_LogSet(libvlc_int_t *, vlc_log_cb cb, void *data);
114
115 /*@}*/
116
117 /* Interface dialog ids for dialog providers */
118 typedef enum vlc_dialog {
119     INTF_DIALOG_FILE_SIMPLE = 1,
120     INTF_DIALOG_FILE,
121     INTF_DIALOG_DISC,
122     INTF_DIALOG_NET,
123     INTF_DIALOG_CAPTURE,
124     INTF_DIALOG_SAT,
125     INTF_DIALOG_DIRECTORY,
126
127     INTF_DIALOG_STREAMWIZARD,
128     INTF_DIALOG_WIZARD,
129
130     INTF_DIALOG_PLAYLIST,
131     INTF_DIALOG_MESSAGES,
132     INTF_DIALOG_FILEINFO,
133     INTF_DIALOG_PREFS,
134     INTF_DIALOG_BOOKMARKS,
135     INTF_DIALOG_EXTENDED,
136
137     INTF_DIALOG_POPUPMENU = 20,
138     INTF_DIALOG_AUDIOPOPUPMENU,
139     INTF_DIALOG_VIDEOPOPUPMENU,
140     INTF_DIALOG_MISCPOPUPMENU,
141
142     INTF_DIALOG_FILE_GENERIC = 30,
143     INTF_DIALOG_INTERACTION = 50,
144     INTF_DIALOG_SENDKEY = 51,
145
146     INTF_DIALOG_UPDATEVLC = 90,
147     INTF_DIALOG_VLM,
148
149     INTF_DIALOG_EXIT = 99
150 } vlc_dialog_t;
151
152 /* Useful text messages shared by interfaces */
153 #define INTF_ABOUT_MSG LICENSE_MSG
154
155 #define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "adt", "adts", "aif", "aifc", "aiff", \
156                          "amr", "aob", "ape", "au", "awb", "caf", "dts", "flac", "it", "kar", \
157                          "m4a", "m4b", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1", "mp2", "mp3", "mpc", "mpga", "mus", \
158                          "oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "sid", "spx", "tak", "thd", "tta", \
159                          "voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm"
160
161 #define EXTENSIONS_VIDEO_CSV "3g2", "3gp", "3gp2", "3gpp", "amv", "asf", "avi", "bik", "divx", "drc", "dv", \
162                              "evo", "f4v", "flv", "gvi", "gxf", "iso", \
163                              "m1v", "m2v", "m2t", "m2ts", "m4v", "mkv", "mov",\
164                              "mp2", "mp2v", "mp4", "mp4v", "mpe", "mpeg", "mpeg1", \
165                              "mpeg2", "mpeg4", "mpg", "mpv2", "mts", "mtv", "mxf", "mxg", "nsv", "nuv", \
166                              "ogg", "ogm", "ogv", "ogx", "ps", \
167                              "rec", "rm", "rmvb", "rpl", "thp", "tod", "ts", "tts", "txd", "vob", "vro", \
168                              "webm", "wm", "wmv", "wtv", "xesc"
169
170 #define EXTENSIONS_AUDIO \
171     "*.3ga;" \
172     "*.669;" \
173     "*.a52;" \
174     "*.aac;" \
175     "*.ac3;" \
176     "*.adt;" \
177     "*.adts;" \
178     "*.aif;"\
179     "*.aifc;"\
180     "*.aiff;"\
181     "*.amr;" \
182     "*.aob;" \
183     "*.ape;" \
184     "*.au;" \
185     "*.awb;" \
186     "*.caf;" \
187     "*.dts;" \
188     "*.flac;"\
189     "*.it;"  \
190     "*.kar;" \
191     "*.m4a;" \
192     "*.m4b;" \
193     "*.m4p;" \
194     "*.m5p;" \
195     "*.mid;" \
196     "*.mka;" \
197     "*.mlp;" \
198     "*.mod;" \
199     "*.mpa;" \
200     "*.mp1;" \
201     "*.mp2;" \
202     "*.mp3;" \
203     "*.mpc;" \
204     "*.mpga;" \
205     "*.mus;" \
206     "*.oga;" \
207     "*.ogg;" \
208     "*.oma;" \
209     "*.opus;" \
210     "*.qcp;" \
211     "*.ra;" \
212     "*.rmi;" \
213     "*.s3m;" \
214     "*.sid;" \
215     "*.spx;" \
216     "*.tak;" \
217     "*.thd;" \
218     "*.tta;" \
219     "*.voc;" \
220     "*.vqf;" \
221     "*.w64;" \
222     "*.wav;" \
223     "*.wma;" \
224     "*.wv;"  \
225     "*.xa;"  \
226     "*.xm"
227
228 #define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bik;*.bin;*.divx;*.drc;*.dv;*.evo;*.f4v;*.flv;*.gvi;*.gxf;*.iso;*.m1v;*.m2v;" \
229                          "*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpe;*.mpeg;*.mpeg1;" \
230                          "*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
231                          "*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
232                          "*.rec;*.rm;*.rmvb;*.rpl;*.thp;*.tod;*.ts;*.tts;*.txd;*.vob;*.vro;*.webm;*.wm;*.wmv;*.wtv;*.xesc"
233
234 #define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.wax;*.wvx;*.zip;*.conf"
235
236 #define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
237                           EXTENSIONS_PLAYLIST
238
239 #define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;" \
240                             "*.sub;*.utf;*.ass;" \
241                             "*.ssa;*.aqt;" \
242                             "*.jss;*.psb;" \
243                             "*.rt;*.smi;*.txt;" \
244                             "*.smil;*.stl;*.usf;" \
245                             "*.dks;*.pjs;*.mpl2;*.mks;" \
246                             "*.vtt"
247
248 /** \defgroup vlc_interaction Interaction
249  * \ingroup vlc_interface
250  * Interaction between user and modules
251  * @{
252  */
253
254 /**
255  * This structure describes a piece of interaction with the user
256  */
257 typedef struct interaction_dialog_t
258 {
259     int             i_type;             ///< Type identifier
260     char           *psz_title;          ///< Title
261     char           *psz_description;    ///< Descriptor string
262     char           *psz_default_button;  ///< default button title (~OK)
263     char           *psz_alternate_button;///< alternate button title (~NO)
264     /// other button title (optional,~Cancel)
265     char           *psz_other_button;
266
267     char           *psz_returned[1];    ///< returned responses from the user
268
269     vlc_value_t     val;                ///< value coming from core for dialogue
270     int             i_timeToGo;         ///< time (in sec) until shown progress is finished
271     bool      b_cancelled;        ///< was the dialogue cancelled ?
272
273     void *          p_private;          ///< Private interface data
274
275     int             i_status;           ///< Dialog status;
276     int             i_action;           ///< Action to perform;
277     int             i_flags;            ///< Misc flags
278     int             i_return;           ///< Return status
279
280     vlc_object_t   *p_parent;           ///< The vlc object that asked
281                                         //for interaction
282     intf_thread_t  *p_interface;
283     vlc_mutex_t    *p_lock;
284 } interaction_dialog_t;
285
286 /**
287  * Possible flags . Dialog types
288  */
289 #define DIALOG_GOT_ANSWER           0x01
290 #define DIALOG_YES_NO_CANCEL        0x02
291 #define DIALOG_LOGIN_PW_OK_CANCEL   0x04
292 #define DIALOG_PSZ_INPUT_OK_CANCEL  0x08
293 #define DIALOG_BLOCKING_ERROR       0x10
294 #define DIALOG_NONBLOCKING_ERROR    0x20
295 #define DIALOG_USER_PROGRESS        0x80
296 #define DIALOG_INTF_PROGRESS        0x100
297
298 /** Possible return codes */
299 enum
300 {
301     DIALOG_OK_YES,
302     DIALOG_NO,
303     DIALOG_CANCELLED
304 };
305
306 /** Possible status  */
307 enum
308 {
309     ANSWERED_DIALOG,            ///< Got "answer"
310     DESTROYED_DIALOG,           ///< Interface has destroyed it
311 };
312
313 /** Possible actions */
314 enum
315 {
316     INTERACT_NEW,
317     INTERACT_UPDATE,
318     INTERACT_HIDE,
319     INTERACT_DESTROY
320 };
321
322 #define intf_UserStringInput( a, b, c, d ) (VLC_OBJECT(a),b,c,d, VLC_EGENERIC)
323 #define interaction_Register( t ) (t, VLC_EGENERIC)
324 #define interaction_Unregister( t ) (t, VLC_EGENERIC)
325
326
327 /** @} */
328 /** @} */
329
330 # ifdef __cplusplus
331 }
332 # endif
333 #endif