Collaboration diagram for subpicture_region_t:

Data Fields | |
| video_format_t | fmt |
| format of the picture | |
| picture_t | picture |
| picture comprising this region | |
| int | i_x |
| position of region | |
| int | i_y |
| position of region | |
| int | i_align |
| alignment within a region | |
| int | i_alpha |
| transparency | |
| char * | psz_text |
| text string comprising this region | |
| char * | psz_html |
| HTML version of subtitle (NULL = use psz_text). | |
| text_style_t * | p_style |
| a description of the text style formatting | |
| subpicture_region_t * | p_next |
| next region in the list | |
| subpicture_region_t * | p_cache |
| modified version of this region | |
A subtitle region is defined by a picture (graphic) and its rendering coordinates. Subtitles contain a list of regions.
format of the picture
picture comprising this region
position of region
position of region
alignment within a region
transparency
text string comprising this region
HTML version of subtitle (NULL = use psz_text).
a description of the text style formatting
next region in the list
modified version of this region
1.5.1