67 #define VOUT_ALIGN_LEFT 0x0001 68 #define VOUT_ALIGN_RIGHT 0x0002 69 #define VOUT_ALIGN_HMASK 0x0003 70 #define VOUT_ALIGN_TOP 0x0004 71 #define VOUT_ALIGN_BOTTOM 0x0008 72 #define VOUT_ALIGN_VMASK 0x000C 127 const char *psz_format,
vlc_tick_t i_timeout );
134 #define VOUT_SPU_CHANNEL_INVALID (-1) 135 #define VOUT_SPU_CHANNEL_OSD 0 136 #define VOUT_SPU_CHANNEL_OSD_HSLIDER 1 137 #define VOUT_SPU_CHANNEL_OSD_VSLIDER 2 138 #define VOUT_SPU_CHANNEL_OSD_COUNT 3 154 #define vout_FlushAll( vout ) vout_Flush( vout, VLC_TICK_INVALID )
This file defines picture structures and functions in vlc.
Video picture.
Definition: vlc_picture.h:127
picture_t * vout_GetPicture(vout_thread_t *)
Allocates a video output picture buffer.
Definition: video_output.c:329
Video subtitle.
Definition: vlc_subpicture.h:166
vout_thread_sys_t * p
Definition: vlc_vout.h:64
void vout_Close(vout_thread_t *vout)
Destroys a vout.
Definition: video_output.c:1814
int64_t vlc_tick_t
High precision date or time interval.
Definition: vlc_tick.h:45
int vout_GetSnapshot(vout_thread_t *p_vout, block_t **pp_image, picture_t **pp_picture, video_format_t *p_fmt, const char *psz_format, vlc_tick_t i_timeout)
This function will handle a snapshot request.
Definition: video_output.c:357
void vout_PutSubpicture(vout_thread_t *, subpicture_t *)
Definition: video_output.c:262
Video output thread descriptor.
Definition: vlc_vout.h:60
void vout_Flush(vout_thread_t *p_vout, vlc_tick_t i_date)
This function will ensure that all ready/displayed pictures have at most the provided date...
Definition: video_output.c:1419
void vout_PutPicture(vout_thread_t *, picture_t *)
It gives to the vout a picture to be displayed.
Definition: video_output.c:348
ssize_t vout_RegisterSubpictureChannel(vout_thread_t *)
Definition: video_output.c:273
vlc_vout_order
vout or spu_channel order
Definition: vlc_vout.h:78
#define VLC_API
Definition: fourcc_gen.c:31
void vout_UnregisterSubpictureChannel(vout_thread_t *, size_t)
Definition: video_output.c:297
There is only one primary vout/spu_channel For vouts: this is the first vout, probably embedded in th...
Definition: vlc_vout.h:86
Definition: vlc_block.h:117
There can be several secondary vouts or spu_channels For vouts: a secondary vout using its own window...
Definition: vlc_vout.h:94
Definition: vout_internal.h:64
struct vlc_object_t obj
Definition: vlc_vout.h:61
This file defines the elementary streams format types.
VLC object common members.
Definition: vlc_objects.h:43
void vout_FlushSubpictureChannel(vout_thread_t *, size_t)
Definition: video_output.c:304
Definition: vlc_vout.h:80