subpicture_region_t Struct Reference
[Video Subpictures]

Video subtitle region. More...

Collaboration diagram for subpicture_region_t:

Collaboration graph
[legend]

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_tp_style
 a description of the text style formatting
subpicture_region_tp_next
 next region in the list
subpicture_region_tp_cache
 modified version of this region

Detailed Description

Video subtitle region.

A subtitle region is defined by a picture (graphic) and its rendering coordinates. Subtitles contain a list of regions.


Field Documentation

video_format_t subpicture_region_t::fmt

format of the picture

picture_t subpicture_region_t::picture

picture comprising this region

int subpicture_region_t::i_x

position of region

int subpicture_region_t::i_y

position of region

int subpicture_region_t::i_align

alignment within a region

int subpicture_region_t::i_alpha

transparency

char* subpicture_region_t::psz_text

text string comprising this region

char* subpicture_region_t::psz_html

HTML version of subtitle (NULL = use psz_text).

text_style_t* subpicture_region_t::p_style

a description of the text style formatting

subpicture_region_t* subpicture_region_t::p_next

next region in the list

subpicture_region_t* subpicture_region_t::p_cache

modified version of this region


The documentation for this struct was generated from the following file:
Generated on Wed Aug 13 10:00:53 2008 for VLC by  doxygen 1.5.1