AVSubtitleRect

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ass
char* ass;

0 terminated ASS/SSA compatible event line. The presentation of this is unaffected by the other values in this struct.

flags
int flags;
Undocumented in source.
h
int h;

< height of pict, undefined when pict is not set

nb_colors
int nb_colors;

< number of colors in pict, undefined when pict is not set

pict
AVPicture pict;

data+linesize for the bitmap of this subtitle. can be set for text/ass as well once they where rendered

text
char* text;

< 0 terminated plain UTF-8 text

type
AVSubtitleType type;
Undocumented in source.
w
int w;

< width of pict, undefined when pict is not set

x
int x;

< top left corner of pict, undefined when pict is not set

y
int y;

< top left corner of pict, undefined when pict is not set

Meta