FFmpeg
Data Fields
StyleBox Struct Reference

Data Fields

uint16_t start
 
uint16_t end
 
uint8_t flags
 
uint8_t bold
 
uint8_t italic
 
uint8_t underline
 
int color
 
uint8_t alpha
 
uint8_t fontsize
 
uint16_t font_id
 
uint16_t style_start
 
uint16_t style_end
 
uint8_t style_flag
 
uint16_t style_fontID
 
uint8_t style_fontsize
 
uint32_t style_color
 

Detailed Description

Definition at line 61 of file movtextdec.c.

Field Documentation

◆ start

uint16_t StyleBox::start

Definition at line 62 of file movtextdec.c.

Referenced by decode_styl(), and text_to_ass().

◆ end

uint16_t StyleBox::end

Definition at line 63 of file movtextdec.c.

Referenced by decode_styl(), and text_to_ass().

◆ flags

uint8_t StyleBox::flags

Definition at line 64 of file movtextdec.c.

Referenced by mov_text_parse_style_record().

◆ bold

uint8_t StyleBox::bold

Definition at line 65 of file movtextdec.c.

Referenced by mov_text_init(), mov_text_parse_style_record(), and text_to_ass().

◆ italic

uint8_t StyleBox::italic

Definition at line 66 of file movtextdec.c.

Referenced by mov_text_init(), mov_text_parse_style_record(), and text_to_ass().

◆ underline

uint8_t StyleBox::underline

Definition at line 67 of file movtextdec.c.

Referenced by mov_text_init(), mov_text_parse_style_record(), and text_to_ass().

◆ color

int StyleBox::color

Definition at line 68 of file movtextdec.c.

Referenced by mov_text_init(), mov_text_parse_style_record(), and text_to_ass().

◆ alpha

uint8_t StyleBox::alpha

Definition at line 69 of file movtextdec.c.

Referenced by mov_text_init(), mov_text_parse_style_record(), and text_to_ass().

◆ fontsize

uint8_t StyleBox::fontsize

Definition at line 70 of file movtextdec.c.

Referenced by mov_text_init(), mov_text_parse_style_record(), and text_to_ass().

◆ font_id

uint16_t StyleBox::font_id

Definition at line 71 of file movtextdec.c.

Referenced by mov_text_parse_style_record(), mov_text_tx3g(), and text_to_ass().

◆ style_start

uint16_t StyleBox::style_start

Definition at line 53 of file movtextenc.c.

Referenced by encode_styl().

◆ style_end

uint16_t StyleBox::style_end

Definition at line 54 of file movtextenc.c.

Referenced by encode_styl().

◆ style_flag

uint8_t StyleBox::style_flag

Definition at line 55 of file movtextenc.c.

Referenced by encode_styl().

◆ style_fontID

uint16_t StyleBox::style_fontID

Definition at line 56 of file movtextenc.c.

Referenced by encode_styl().

◆ style_fontsize

uint8_t StyleBox::style_fontsize

Definition at line 57 of file movtextenc.c.

Referenced by encode_styl().

◆ style_color

uint32_t StyleBox::style_color

Definition at line 58 of file movtextenc.c.

Referenced by encode_styl().


The documentation for this struct was generated from the following files: