|
FFmpeg
|
Data Fields | |
| uint16_t | fontID |
| const char * | font |
| uint8_t | fontsize |
| int | color |
| uint8_t | alpha |
| int | back_color |
| uint8_t | back_alpha |
| uint8_t | bold |
| uint8_t | italic |
| uint8_t | underline |
| int | alignment |
Definition at line 54 of file movtextdec.c.
| uint16_t MovTextDefault::fontID |
Definition at line 55 of file movtextdec.c.
Referenced by mov_text_tx3g(), and text_to_ass().
| const char* MovTextDefault::font |
Definition at line 56 of file movtextdec.c.
Referenced by mov_text_init(), and mov_text_tx3g().
| uint8_t MovTextDefault::fontsize |
Definition at line 57 of file movtextdec.c.
Referenced by mov_text_init(), mov_text_tx3g(), and text_to_ass().
| int MovTextDefault::color |
Definition at line 58 of file movtextdec.c.
Referenced by mov_text_init(), mov_text_tx3g(), and text_to_ass().
| uint8_t MovTextDefault::alpha |
Definition at line 59 of file movtextdec.c.
Referenced by mov_text_init(), mov_text_tx3g(), and text_to_ass().
| int MovTextDefault::back_color |
Definition at line 60 of file movtextdec.c.
Referenced by mov_text_init(), and mov_text_tx3g().
| uint8_t MovTextDefault::back_alpha |
Definition at line 61 of file movtextdec.c.
Referenced by mov_text_init(), and mov_text_tx3g().
| uint8_t MovTextDefault::bold |
Definition at line 62 of file movtextdec.c.
Referenced by mov_text_init(), mov_text_tx3g(), and text_to_ass().
| uint8_t MovTextDefault::italic |
Definition at line 63 of file movtextdec.c.
Referenced by mov_text_init(), mov_text_tx3g(), and text_to_ass().
| uint8_t MovTextDefault::underline |
Definition at line 64 of file movtextdec.c.
Referenced by mov_text_init(), mov_text_tx3g(), and text_to_ass().
| int MovTextDefault::alignment |
Definition at line 65 of file movtextdec.c.
Referenced by mov_text_init(), and mov_text_tx3g().
1.8.17