26#define VLC_VOUT_OSD_H 1
91 va_start(args, format);
104 int i_position,
short i_type);
#define VLC_API
Definition fourcc_gen.c:31
void vout_OSDText(vout_thread_t *vout, int channel, int position, vlc_tick_t duration, const char *text)
Write an informative message if the OSD option is enabled.
Definition video_text.c:98
static void vout_OSDMessage(vout_thread_t *vout, int channel, const char *format,...)
Definition vlc_vout_osd.h:89
void vout_OSDSlider(vout_thread_t *p_this, int i_channel, int i_position, short i_type)
Display a slider on the video output.
Definition video_widgets.c:335
int vout_OSDEpg(vout_thread_t *vout, input_item_t *input)
Show EPG information about the current program of an input item.
Definition video_epg.c:535
void vout_OSDIcon(vout_thread_t *p_this, int i_channel, short i_type)
Display an Icon on the video output.
Definition video_widgets.c:340
void vout_OSDMessageVa(vout_thread_t *vout, int channel, const char *format, va_list args)
Write an informative message at the default location, for the default duration and only if the OSD op...
Definition video_text.c:137
@ OSD_PAUSE_ICON
Definition vlc_vout_osd.h:50
@ OSD_MUTE_ICON
Definition vlc_vout_osd.h:52
@ OSD_PLAY_ICON
Definition vlc_vout_osd.h:49
@ OSD_SPEAKER_ICON
Definition vlc_vout_osd.h:51
@ OSD_VERT_SLIDER
Definition vlc_vout_osd.h:55
@ OSD_HOR_SLIDER
Definition vlc_vout_osd.h:54
int i_type
Definition httpd.c:1299
Video output thread descriptor.
Definition vlc_vout.h:54
This file is a collection of common definitions and types.
int64_t vlc_tick_t
High precision date or time interval.
Definition vlc_tick.h:48