| FFmpeg
    | 
ASS Struct Reference
  structure containing the whole split ASS data More...
#include <ass_split.h>
Collaboration diagram for ASS:

| 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... | |
Detailed Description
structure containing the whole split ASS data
Definition at line 69 of file ass_split.h.
Field Documentation
| ASSDialog* ASS::dialogs | 
array of split out dialogs
Definition at line 73 of file ass_split.h.
Referenced by ff_ass_split_dialog().
| int ASS::dialogs_count | 
number of ASSDialog in the dialogs array
Definition at line 74 of file ass_split.h.
Referenced by ff_ass_split_dialog().
| ASSScriptInfo ASS::script_info | 
general information about the SSA script
Definition at line 70 of file ass_split.h.
| ASSStyle* ASS::styles | 
array of split out styles
Definition at line 71 of file ass_split.h.
Referenced by ff_ass_style_get().
| int ASS::styles_count | 
number of ASSStyle in the styles array
Definition at line 72 of file ass_split.h.
Referenced by ff_ass_style_get().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11