VLC  3.0.15
Enumerations | Functions
vlc_vout_osd.h File Reference
Include dependency graph for vlc_vout_osd.h:

Go to the source code of this file.

Enumerations

enum  {
  OSD_PLAY_ICON = 1, OSD_PAUSE_ICON, OSD_SPEAKER_ICON, OSD_MUTE_ICON,
  OSD_HOR_SLIDER, OSD_VERT_SLIDER
}
 OSD menu position and picture type defines. More...
 

Functions

int vout_OSDEpg (vout_thread_t *, input_item_t *)
 Show EPG information about the current program of an input item. More...
 
void vout_OSDText (vout_thread_t *vout, int channel, int position, mtime_t duration, const char *text)
 Write an informative message if the OSD option is enabled. More...
 
void vout_OSDMessage (vout_thread_t *, int, const char *,...)
 Write an informative message at the default location, for the default duration and only if the OSD option is enabled. More...
 
void vout_OSDSlider (vout_thread_t *, int, int, short)
 Display a slider on the video output. More...
 
void vout_OSDIcon (vout_thread_t *, int, short)
 Display an Icon on the video output. More...
 

Detailed Description

Overlay text and widgets