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 | |
int | is_fmt_chapter |
tells if the current chapter is "format", required by the print_format_entry option |
Definition at line 173 of file ffprobe.c.
const AVClass* WriterContext::class |
tells if the current chapter is "format", required by the print_format_entry option
Definition at line 182 of file ffprobe.c.
Referenced by writer_print_chapter_header(), writer_print_integer(), writer_print_string(), and writer_print_time().
char* WriterContext::name |
unsigned int WriterContext::nb_chapter |
number of the chapter, starting at 0
Definition at line 180 of file ffprobe.c.
Referenced by default_print_chapter_header(), json_print_chapter_header(), writer_print_chapter_footer(), writer_print_header(), and xml_print_chapter_header().
unsigned int WriterContext::nb_item |
number of the item printed in the given section, starting at 0
Definition at line 178 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(), writer_print_string(), xml_print_int(), and xml_print_str().
unsigned int WriterContext::nb_section |
number of the section printed in the given section sequence, starting at 0
Definition at line 179 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 177 of file ffprobe.c.
Referenced by compact_init(), compact_print_int(), compact_print_section_header(), compact_print_str(), compact_show_tags(), compact_uninit(), default_init(), default_print_chapter_header(), default_print_footer(), default_print_int(), default_print_section_footer(), default_print_section_header(), default_print_str(), json_init(), json_print_chapter_footer(), json_print_chapter_header(), json_print_footer(), json_print_header(), json_print_int(), json_print_section_footer(), json_print_section_header(), json_print_str(), json_show_tags(), xml_init(), xml_print_chapter_footer(), xml_print_chapter_header(), xml_print_footer(), xml_print_header(), xml_print_section_footer(), xml_print_section_header(), and xml_show_tags().
const Writer* WriterContext::writer |
the Writer of which this is an instance
Definition at line 175 of file ffprobe.c.
Referenced by probe_file(), 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().