FFmpeg
|
structure containing the whole split ASS data More...
#include <ass_split.h>
Data Fields | |
ASSScriptInfo | script_info |
general information about the SSA script More... | |
ASSStyle * | styles |
array of split out styles More... | |
int | styles_count |
number of ASSStyle in the styles array More... | |
ASSDialog * | dialogs |
array of split out dialogs More... | |
int | dialogs_count |
number of ASSDialog in the dialogs array More... | |
structure containing the whole split ASS data
Definition at line 90 of file ass_split.h.
ASSScriptInfo ASS::script_info |
general information about the SSA script
Definition at line 91 of file ass_split.h.
Referenced by encode_sample_description(), and ttml_write_header_content().
ASSStyle* ASS::styles |
array of split out styles
Definition at line 92 of file ass_split.h.
Referenced by encode_sample_description(), ff_ass_style_get(), and ttml_write_header_content().
int ASS::styles_count |
number of ASSStyle in the styles array
Definition at line 93 of file ass_split.h.
Referenced by encode_sample_description(), ff_ass_style_get(), and ttml_write_header_content().
ASSDialog* ASS::dialogs |
array of split out dialogs
Definition at line 94 of file ass_split.h.
int ASS::dialogs_count |
number of ASSDialog in the dialogs array
Definition at line 95 of file ass_split.h.