WriterContext Struct Reference


Data Fields

const AVClassclass
 class of the writer
const Writerwriter
 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

Detailed Description

Definition at line 150 of file ffprobe.c.


Field Documentation

class of the writer

Definition at line 151 of file ffprobe.c.

name of this writer instance

Definition at line 153 of file ffprobe.c.

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().

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().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:43:58 2012 for FFmpeg by  doxygen 1.5.8