| 
    FFmpeg
    
   | 
 
Data Fields | |
| int | id | 
| unique id identifying a section   | |
| const char * | name | 
| int | flags | 
| For these sections the element_name field is mandatory.   | |
| int | children_ids [SECTION_MAX_NB_CHILDREN+1] | 
| list of children section IDS, terminated by -1   | |
| const char * | element_name | 
| name of the contained element, if provided   | |
| const char * | unique_name | 
| unique section name, in case the name is ambiguous   | |
| AVDictionary * | entries_to_show | 
| int | show_all_entries | 
| int section::id | 
unique id identifying a section
Definition at line 105 of file ffprobe.c.
Referenced by flat_print_section_header(), ini_print_section_header(), json_print_section_header(), match_section(), and writer_print_section_footer().
| const char* section::name | 
Definition at line 106 of file ffprobe.c.
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(), print_section(), xml_print_section_footer(), and xml_print_section_header().
| int section::flags | 
For these sections the element_name field is mandatory.
Definition at line 112 of file ffprobe.c.
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_section_footer(), json_print_section_header(), print_section(), xml_print_section_footer(), xml_print_section_header(), and xml_print_str().
| int section::children_ids[SECTION_MAX_NB_CHILDREN+1] | 
list of children section IDS, terminated by -1
Definition at line 113 of file ffprobe.c.
Referenced by check_section_show_entries(), mark_section_show_entries(), and print_section().
| const char* section::element_name | 
name of the contained element, if provided
Definition at line 114 of file ffprobe.c.
Referenced by compact_print_section_header(), default_print_section_header(), and xml_print_str().
| const char* section::unique_name | 
unique section name, in case the name is ambiguous
Definition at line 115 of file ffprobe.c.
Referenced by match_section(), print_section(), and writer_print_string().
| AVDictionary* section::entries_to_show | 
Definition at line 116 of file ffprobe.c.
Referenced by check_section_show_entries(), main(), mark_section_show_entries(), writer_print_integer(), and writer_print_string().
| int section::show_all_entries | 
Definition at line 117 of file ffprobe.c.
Referenced by check_section_show_entries(), mark_section_show_entries(), opt_show_entries(), writer_print_integer(), and writer_print_string().
 1.8.2