|
VLC
2.1.0-git
|
Video subtitle region. More...

Data Fields | |
| video_format_t | fmt |
| format of the picture | |
| picture_t * | p_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 | |
| bool | b_renderbg |
| render black background under text | |
| subpicture_region_t * | p_next |
| next region in the list | |
| subpicture_region_private_t * | p_private |
| Private data for spu_t only | |
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
Referenced by SpuRegionPlace(), SpuRenderRegion(), SpuRenderSubpictures(), SpuRenderText(), subpicture_region_Delete(), and subpicture_region_New().
| int subpicture_region_t::i_align |
alignment within a region
Referenced by OSDTextUpdate(), SpuRegionPlace(), SpuRenderRegion(), and vout_OSDEpgText().
| int subpicture_region_t::i_alpha |
transparency
Referenced by SpuRenderRegion(), and subpicture_region_New().
| int subpicture_region_t::i_x |
position of region
Referenced by OSDRegion(), OSDTextUpdate(), SpuRegionPlace(), SpuRenderRegion(), SpuRenderSubpictures(), vout_OSDEpgSlider(), and vout_OSDEpgText().
| int subpicture_region_t::i_y |
position of region
Referenced by OSDRegion(), OSDTextUpdate(), SpuRegionPlace(), SpuRenderRegion(), SpuRenderSubpictures(), vout_OSDEpgSlider(), and vout_OSDEpgText().
| subpicture_region_t* subpicture_region_t::p_next |
next region in the list
Referenced by picture_BlendSubpicture(), spu_PutSubpicture(), SpuRenderSubpictures(), subpicture_region_ChainDelete(), subpicture_region_New(), and vout_BuildOSDEpg().
| picture_t* subpicture_region_t::p_picture |
picture comprising this region
Referenced by DrawRect(), DrawTriangle(), OSDIcon(), OSDRegion(), SpuRenderRegion(), subpicture_NewFromPicture(), subpicture_region_Delete(), subpicture_region_New(), and vout_OSDEpgSlider().
| subpicture_region_private_t* subpicture_region_t::p_private |
Private data for spu_t only
Referenced by SpuRenderRegion(), subpicture_region_Delete(), and subpicture_region_New().
| text_style_t* subpicture_region_t::p_style |
a description of the text style formatting
Referenced by subpicture_region_Delete(), subpicture_region_New(), and vout_OSDEpgText().
| char* subpicture_region_t::psz_html |
HTML version of subtitle (NULL = use psz_text)
Referenced by SpuRenderText(), and subpicture_region_Delete().
| char* subpicture_region_t::psz_text |
text string comprising this region
Referenced by OSDTextUpdate(), subpicture_region_Delete(), subpicture_region_New(), and vout_OSDEpgText().
1.8.1.2