QVisu
Qt-based visualization for smart homes
|
#include <vlc_subpicture.h>
Public Attributes | |
video_format_t | fmt |
picture_t * | p_picture |
int | i_x |
int | i_y |
int | i_align |
int | i_alpha |
char * | psz_text |
char * | psz_html |
text_style_t * | p_style |
bool | b_renderbg |
subpicture_region_t * | p_next |
subpicture_region_private_t * | p_private |
Video subtitle region
A subtitle region is defined by a picture (graphic) and its rendering coordinates. Subtitles contain a list of regions.
bool subpicture_region_t::b_renderbg |
render black background under text
video_format_t subpicture_region_t::fmt |
format of the picture
int subpicture_region_t::i_align |
alignment within a region
int subpicture_region_t::i_alpha |
transparency
int subpicture_region_t::i_x |
position of region
int subpicture_region_t::i_y |
position of region
subpicture_region_t* subpicture_region_t::p_next |
next region in the list
picture_t* subpicture_region_t::p_picture |
picture comprising this region
subpicture_region_private_t* subpicture_region_t::p_private |
Private data for spu_t only
text_style_t* subpicture_region_t::p_style |
a description of the text style formatting
char* subpicture_region_t::psz_html |
HTML version of subtitle (NULL = use psz_text)
char* subpicture_region_t::psz_text |
text string comprising this region