#include <vlc_video.h>
Public Attributes | |
video_format_t | fmt |
picture_t | picture |
int | i_x |
int | i_y |
char * | psz_text |
int | i_text_color |
int | i_text_alpha |
int | i_text_size |
int | i_text_align |
subpicture_region_t * | p_next |
subpicture_region_t * | p_cache |
A subtitle region is defined by a picture (graphic) and its rendering coordinates. Subtitles contain a list of regions.
Definition at line 203 of file vlc_video.h.
|
format of the picture Definition at line 205 of file vlc_video.h. |
|
horizontal alignment hint for Definition at line 215 of file vlc_video.h. |
|
text transparency Definition at line 213 of file vlc_video.h. |
|
text color (RGB native endianess) Definition at line 212 of file vlc_video.h. |
|
text size Definition at line 214 of file vlc_video.h. |
|
position of region Definition at line 208 of file vlc_video.h. |
|
position of region Definition at line 209 of file vlc_video.h. |
|
modified version of this region Definition at line 218 of file vlc_video.h. |
|
next region in the list Definition at line 217 of file vlc_video.h. |
|
picture comprising this region Definition at line 206 of file vlc_video.h. |
|
text string comprising this region Definition at line 211 of file vlc_video.h. |