FFmpeg
|
#include <avtextformat.h>
Data Fields | |
int | id |
unique id identifying a section More... | |
const char * | name |
int | flags |
const int | children_ids [SECTION_MAX_NB_CHILDREN+1] |
list of children section IDS, terminated by -1 More... | |
const char * | element_name |
name of the contained element, if provided More... | |
const char * | unique_name |
unique section name, in case the name is ambiguous More... | |
AVDictionary * | entries_to_show |
const char *(* | get_type )(const void *data) |
function returning a type if defined, must be defined when SECTION_FLAG_HAS_TYPE is defined More... | |
int | show_all_entries |
const char * | id_key |
name of the key to be used as the id More... | |
const char * | src_id_key |
name of the key to be used as the source id for diagram connections More... | |
const char * | dest_id_key |
name of the key to be used as the target id for diagram connections More... | |
const char * | linktype_key |
name of the key to be used as the link type for diagram connections (AVTextFormatLinkType) More... | |
Definition at line 41 of file avtextformat.h.
int AVTextFormatSection::id |
unique id identifying a section
Definition at line 42 of file avtextformat.h.
Referenced by avtext_print_section_footer(), flat_print_section_header(), ini_print_section_header(), and match_section().
const char* AVTextFormatSection::name |
Definition at line 43 of file avtextformat.h.
Referenced by compact_print_section_header(), default_print_section_footer(), default_print_section_header(), flat_print_section_header(), ini_print_section_header(), json_print_section_header(), match_section(), mermaid_print_section_footer(), mermaid_print_section_header(), print_section(), xml_print_section_footer(), and xml_print_section_header().
int AVTextFormatSection::flags |
Definition at line 56 of file avtextformat.h.
Referenced by compact_print_section_footer(), compact_print_section_header(), default_print_section_footer(), default_print_section_header(), flat_print_section_header(), ini_print_section_header(), json_print_int(), json_print_section_footer(), json_print_section_header(), json_print_str(), mermaid_print_section_footer(), mermaid_print_section_header(), mermaid_print_value(), print_section(), xml_print_section_header(), and xml_print_value().
const int AVTextFormatSection::children_ids[SECTION_MAX_NB_CHILDREN+1] |
list of children section IDS, terminated by -1
Definition at line 57 of file avtextformat.h.
Referenced by check_section_show_entries(), mark_section_show_entries(), print_iamf_param_definition(), and print_section().
const char* AVTextFormatSection::element_name |
name of the contained element, if provided
Definition at line 58 of file avtextformat.h.
Referenced by compact_print_section_header(), default_print_section_header(), and xml_print_value().
const char* AVTextFormatSection::unique_name |
unique section name, in case the name is ambiguous
Definition at line 59 of file avtextformat.h.
Referenced by avtext_print_string(), match_section(), and print_section().
AVDictionary* AVTextFormatSection::entries_to_show |
Definition at line 60 of file avtextformat.h.
Referenced by avtext_print_integer(), avtext_print_string(), check_section_show_entries(), main(), and mark_section_show_entries().
const char*(* AVTextFormatSection::get_type) (const void *data) |
function returning a type if defined, must be defined when SECTION_FLAG_HAS_TYPE is defined
Definition at line 61 of file avtextformat.h.
Referenced by compact_print_section_header(), and xml_print_section_header().
int AVTextFormatSection::show_all_entries |
Definition at line 62 of file avtextformat.h.
Referenced by avtext_print_integer(), avtext_print_string(), check_section_show_entries(), mark_section_show_entries(), match_section(), and opt_show_entries().
const char* AVTextFormatSection::id_key |
name of the key to be used as the id
Definition at line 63 of file avtextformat.h.
Referenced by mermaid_print_value().
const char* AVTextFormatSection::src_id_key |
name of the key to be used as the source id for diagram connections
Definition at line 64 of file avtextformat.h.
Referenced by mermaid_print_value().
const char* AVTextFormatSection::dest_id_key |
name of the key to be used as the target id for diagram connections
Definition at line 65 of file avtextformat.h.
Referenced by mermaid_print_value().
const char* AVTextFormatSection::linktype_key |
name of the key to be used as the link type for diagram connections (AVTextFormatLinkType)
Definition at line 66 of file avtextformat.h.
Referenced by mermaid_print_value().