World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVSubtitleRect

#include <avcodec.h>

+ Граф связей класса AVSubtitleRect:

Открытые атрибуты

int x
 top left corner of pict, undefined when pict is not set Подробнее...
 
int y
 top left corner of pict, undefined when pict is not set Подробнее...
 
int w
 width of pict, undefined when pict is not set Подробнее...
 
int h
 height of pict, undefined when pict is not set Подробнее...
 
int nb_colors
 number of colors in pict, undefined when pict is not set Подробнее...
 
attribute_deprecated AVPicture pict
 
uint8_tdata [4]
 
int linesize [4]
 
enum AVSubtitleType type
 
char * text
 0 terminated plain UTF-8 text Подробнее...
 
char * ass
 
int flags
 

Подробное описание

См. определение в файле avcodec.h строка 3898

Данные класса

◆ x

int AVSubtitleRect::x

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

См. определение в файле avcodec.h строка 3899

◆ y

int AVSubtitleRect::y

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

См. определение в файле avcodec.h строка 3900

◆ w

int AVSubtitleRect::w

width of pict, undefined when pict is not set

См. определение в файле avcodec.h строка 3901

◆ h

int AVSubtitleRect::h

height of pict, undefined when pict is not set

См. определение в файле avcodec.h строка 3902

◆ nb_colors

int AVSubtitleRect::nb_colors

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

См. определение в файле avcodec.h строка 3903

◆ pict

attribute_deprecated AVPicture AVSubtitleRect::pict
Уст.:
unused

См. определение в файле avcodec.h строка 3910

◆ data

uint8_t* AVSubtitleRect::data[4]

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

См. определение в файле avcodec.h строка 3916

◆ linesize

int AVSubtitleRect::linesize[4]

См. определение в файле avcodec.h строка 3917

◆ type

enum AVSubtitleType AVSubtitleRect::type

См. определение в файле avcodec.h строка 3919

◆ text

char* AVSubtitleRect::text

0 terminated plain UTF-8 text

См. определение в файле avcodec.h строка 3921

◆ ass

char* AVSubtitleRect::ass

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

См. определение в файле avcodec.h строка 3928

◆ flags

int AVSubtitleRect::flags

См. определение в файле avcodec.h строка 3930


Объявления и описания членов структуры находятся в файле: