Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

subpicture_region_t Struct Reference
[Video Subpictures]

#include <vlc_video.h>

List of all members.

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_tp_next
subpicture_region_tp_cache


Detailed Description

Video subtitle region

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.


Member Data Documentation

video_format_t subpicture_region_t::fmt
 

format of the picture

Definition at line 205 of file vlc_video.h.

int subpicture_region_t::i_text_align
 

horizontal alignment hint for

Definition at line 215 of file vlc_video.h.

int subpicture_region_t::i_text_alpha
 

text transparency

Definition at line 213 of file vlc_video.h.

int subpicture_region_t::i_text_color
 

text color (RGB native endianess)

Definition at line 212 of file vlc_video.h.

int subpicture_region_t::i_text_size
 

text size

Definition at line 214 of file vlc_video.h.

int subpicture_region_t::i_x
 

position of region

Definition at line 208 of file vlc_video.h.

int subpicture_region_t::i_y
 

position of region

Definition at line 209 of file vlc_video.h.

subpicture_region_t* subpicture_region_t::p_cache
 

modified version of this region

Definition at line 218 of file vlc_video.h.

subpicture_region_t* subpicture_region_t::p_next
 

next region in the list

Definition at line 217 of file vlc_video.h.

picture_t subpicture_region_t::picture
 

picture comprising this region

Definition at line 206 of file vlc_video.h.

char* subpicture_region_t::psz_text
 

text string comprising this region

Definition at line 211 of file vlc_video.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 20 10:15:04 2005 for vlc-0.8.4a by  doxygen 1.4.2