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.

data
ubyte*[4] data;

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

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

< height of pict, undefined when pict is not set

linesize
int[4] linesize;
Undocumented in source.
nb_colors
int nb_colors;

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

pict
AVPicture pict;

@deprecated unused

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