26#define VLC_VOUT_OSD_H 1
89 va_start(args, format);
102 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:106
static void vout_OSDMessage(vout_thread_t *vout, int channel, const char *format,...)
Definition: vlc_vout_osd.h:87
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:333
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:546
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:338
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:142
@ OSD_PAUSE_ICON
Definition: vlc_vout_osd.h:48
@ OSD_MUTE_ICON
Definition: vlc_vout_osd.h:50
@ OSD_PLAY_ICON
Definition: vlc_vout_osd.h:47
@ OSD_SPEAKER_ICON
Definition: vlc_vout_osd.h:49
@ OSD_VERT_SLIDER
Definition: vlc_vout_osd.h:53
@ OSD_HOR_SLIDER
Definition: vlc_vout_osd.h:52
int i_type
Definition: httpd.c:1282
Video output thread descriptor.
Definition: vlc_vout.h:55
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:45