Data Fields | |
| const AVClass * | class |
| class of the writer | |
| const Writer * | writer |
| the Writer of which this is an instance | |
| char * | name |
| name of this writer instance | |
| void * | priv |
| private data for use by the filter | |
| unsigned int | nb_item |
| number of the item printed in the given section, starting at 0 | |
| unsigned int | nb_section |
| number of the section printed in the given section sequence, starting at 0 | |
| unsigned int | nb_chapter |
| number of the chapter, starting at 0 | |
Definition at line 150 of file ffprobe.c.
| const AVClass* WriterContext::class |
| char* WriterContext::name |
| unsigned int WriterContext::nb_chapter |
number of the chapter, starting at 0
Definition at line 157 of file ffprobe.c.
Referenced by default_print_chapter_header(), json_print_chapter_header(), writer_print_chapter_footer(), and writer_print_header().
| unsigned int WriterContext::nb_item |
number of the item printed in the given section, starting at 0
Definition at line 155 of file ffprobe.c.
Referenced by compact_print_int(), compact_print_str(), compact_show_tags(), json_print_int(), json_print_str(), writer_print_integer(), writer_print_section_header(), and writer_print_string().
| unsigned int WriterContext::nb_section |
number of the section printed in the given section sequence, starting at 0
Definition at line 156 of file ffprobe.c.
Referenced by default_print_section_header(), json_print_section_header(), writer_print_chapter_header(), and writer_print_section_footer().
| void* WriterContext::priv |
private data for use by the filter
Definition at line 154 of file ffprobe.c.
Referenced by compact_init(), compact_print_int(), compact_print_section_header(), compact_print_str(), compact_show_tags(), compact_uninit(), json_init(), json_print_chapter_footer(), json_print_chapter_header(), json_print_int(), json_print_item_str(), and json_uninit().
| const Writer* WriterContext::writer |
the Writer of which this is an instance
Definition at line 152 of file ffprobe.c.
Referenced by writer_close(), writer_get_name(), writer_print_chapter_footer(), writer_print_chapter_header(), writer_print_footer(), writer_print_header(), writer_print_integer(), writer_print_section_footer(), writer_print_section_header(), writer_print_string(), and writer_show_tags().
1.5.8