FFmpeg
|
fields extracted from the [V4(+) Styles] section More...
#include <ass_split.h>
Data Fields | |
char * | name |
name of the tyle (case sensitive) More... | |
char * | font_name |
font face (case sensitive) More... | |
int | font_size |
font height More... | |
int | primary_color |
color that a subtitle will normally appear in More... | |
int | back_color |
color of the subtitle outline or shadow More... | |
int | bold |
whether text is bold (1) or not (0) More... | |
int | italic |
whether text is italic (1) or not (0) More... | |
int | underline |
whether text is underlined (1) or not (0) More... | |
int | alignment |
position of the text (left, center, top...), defined after the layout of the numpad (1-3 sub, 4-6 mid, 7-9 top) More... | |
Detailed Description
fields extracted from the [V4(+) Styles] section
Definition at line 39 of file ass_split.h.
Field Documentation
int ASSStyle::alignment |
position of the text (left, center, top...), defined after the layout of the numpad (1-3 sub, 4-6 mid, 7-9 top)
Definition at line 48 of file ass_split.h.
Referenced by srt_style_apply().
int ASSStyle::back_color |
color of the subtitle outline or shadow
Definition at line 44 of file ass_split.h.
int ASSStyle::bold |
whether text is bold (1) or not (0)
Definition at line 45 of file ass_split.h.
Referenced by srt_style_apply().
char* ASSStyle::font_name |
font face (case sensitive)
Definition at line 41 of file ass_split.h.
Referenced by srt_style_apply().
int ASSStyle::font_size |
int ASSStyle::italic |
whether text is italic (1) or not (0)
Definition at line 46 of file ass_split.h.
Referenced by srt_style_apply().
char* ASSStyle::name |
name of the tyle (case sensitive)
Definition at line 40 of file ass_split.h.
Referenced by 7digital-python.lockerEndpoint.LockerArtist::__init__(), 7digital-python.lib.py7digital.Artist::__init__(), 7digital-python.lib.py7digital.Tag::__init__(), 7digital-python.lib.py7digital.Label::__init__(), ff_ass_style_get(), 7digital-python.lib.py7digital.Artist::get_name(), 7digital-python.lib.py7digital.Tag::get_name(), 7digital-python.lib.py7digital.Label::get_name(), 7digital-python.lib.py7digital.Artist::set_name(), 7digital-python.lib.py7digital.Tag::set_name(), and 7digital-python.lib.py7digital.Label::set_name().
int ASSStyle::primary_color |
color that a subtitle will normally appear in
Definition at line 43 of file ass_split.h.
Referenced by srt_style_apply().
int ASSStyle::underline |
whether text is underlined (1) or not (0)
Definition at line 47 of file ass_split.h.
Referenced by srt_style_apply().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11