Classes | |
struct | subpicture_region_t |
struct | subpicture_t |
Defines | |
#define | vout_CopyPicture(a, b, c) __vout_CopyPicture(VLC_OBJECT(a),b,c) |
#define | vout_InitPicture(a, b, c, d, e, f) __vout_InitPicture(VLC_OBJECT(a),b,c,d,e,f) |
#define | vout_AllocatePicture(a, b, c, d, e, f) __vout_AllocatePicture(VLC_OBJECT(a),b,c,d,e,f) |
#define | vout_OSDMessage __vout_OSDMessage |
Functions | |
void | spu_Attach (spu_t *, vlc_object_t *, vlc_bool_t) |
VLC_EXPORT (int, vout_ShowTextRelative,(vout_thread_t *, int, char *, text_style_t *, int, int, int, mtime_t)) | |
VLC_EXPORT (int, vout_ShowTextAbsolute,(vout_thread_t *, int, char *, text_style_t *, int, int, int, mtime_t, mtime_t)) | |
VLC_EXPORT (void, __vout_OSDMessage,(vlc_object_t *, int, char *,...)) | |
VLC_EXPORT (void, vout_OSDSlider,(vlc_object_t *, int, int, short)) | |
VLC_EXPORT (void, vout_OSDIcon,(vlc_object_t *, int, short)) |
|
vout_AllocatePicture Initialise different fields of a picture_t and allocates the picture buffer.
Definition at line 346 of file vlc_video.h. Referenced by vout_RenderPicture(). |
|
vout_CopyPicture Copy the source picture onto the destination picture.
Definition at line 317 of file vlc_video.h. Referenced by vout_RenderPicture(). |
|
vout_InitPicture Initialise different fields of a picture_t (but does not allocate memory).
Definition at line 331 of file vlc_video.h. |
|
Same as __vlc_OSDMessage() but with automatic casting Definition at line 400 of file vlc_video.h. |
|
Attach/Detach the SPU from any input
Definition at line 219 of file vout_subpictures.c. References var_AddCallback, and var_DelCallback. |
|
vout_OSDIcon Display an Icon on the video output.
|
|
vout_OSDSlider Display a slider on the video output.
|
|
vout_OSDMessage Write an informative message at the default location, for the default duration and only if the OSD option is enabled.
|
|
vout_ShowTextAbsolute Show text on the video from a given start date to a given end date
|
|
vout_ShowTextRelative Show text on the video for some time
|