FFmpeg
|
Data Fields | |
const AVClass * | class |
class of the writer More... | |
const Writer * | writer |
the Writer of which this is an instance More... | |
char * | name |
name of this writer instance More... | |
void * | priv |
private data for use by the filter More... | |
const struct section * | sections |
array containing all sections More... | |
int | nb_sections |
number of sections More... | |
int | level |
current level, starting from 0 More... | |
unsigned int | nb_item [SECTION_MAX_NB_LEVELS] |
number of the item printed in the given section, starting from 0 More... | |
const struct section * | section [SECTION_MAX_NB_LEVELS] |
section per each level More... | |
AVBPrint | section_pbuf [SECTION_MAX_NB_LEVELS] |
generic print buffer dedicated to each section, used by various writers More... | |
unsigned int | nb_section_packet |
number of the packet section in case we are in "packets_and_frames" section More... | |
unsigned int | nb_section_frame |
number of the frame section in case we are in "packets_and_frames" section More... | |
unsigned int | nb_section_packet_frame |
nb_section_packet or nb_section_frame according if is_packets_and_frames More... | |
Detailed Description
Field Documentation
int WriterContext::level |
current level, starting from 0
Definition at line 253 of file ffprobe.c.
Referenced by compact_print_int(), compact_print_section_footer(), compact_print_section_header(), compact_print_str(), default_print_int(), default_print_section_footer(), default_print_section_header(), default_print_str(), flat_print_int(), flat_print_section_header(), flat_print_str(), ini_print_section_header(), json_print_int(), json_print_section_footer(), json_print_section_header(), json_print_str(), writer_print_integer(), writer_print_section_footer(), writer_print_section_header(), writer_print_string(), xml_print_int(), xml_print_section_footer(), xml_print_section_header(), and xml_print_str().
char* WriterContext::name |
name of this writer instance
Definition at line 247 of file ffprobe.c.
Referenced by 7digital-python.lockerEndpoint.LockerArtist::__init__(), 7digital-python.lib.py7digital.Artist::__init__(), 7digital-python.lib.py7digital.Tag::__init__(), 7digital-python.lib.py7digital.Label::__init__(), 7digital-python.lib.py7digital.Artist::get_name(), 7digital-python.lib.py7digital.Tag::get_name(), 7digital-python.lib.py7digital.Label::get_name(), 7digital-python.lib.py7digital.Artist::set_name(), 7digital-python.lib.py7digital.Tag::set_name(), and 7digital-python.lib.py7digital.Label::set_name().
unsigned int WriterContext::nb_item[SECTION_MAX_NB_LEVELS] |
number of the item printed in the given section, starting from 0
Definition at line 256 of file ffprobe.c.
Referenced by compact_print_int(), compact_print_section_header(), compact_print_str(), flat_print_section_header(), ini_print_section_header(), json_print_int(), json_print_section_header(), json_print_str(), writer_print_integer(), writer_print_section_footer(), writer_print_section_header(), writer_print_string(), xml_print_int(), xml_print_section_header(), and xml_print_str().
unsigned int WriterContext::nb_section_frame |
number of the frame section in case we are in "packets_and_frames" section
Definition at line 264 of file ffprobe.c.
Referenced by writer_print_section_footer(), and writer_print_section_header().
unsigned int WriterContext::nb_section_packet |
number of the packet section in case we are in "packets_and_frames" section
Definition at line 263 of file ffprobe.c.
Referenced by writer_print_section_footer(), and writer_print_section_header().
unsigned int WriterContext::nb_section_packet_frame |
nb_section_packet or nb_section_frame according if is_packets_and_frames
Definition at line 265 of file ffprobe.c.
Referenced by flat_print_section_header(), ini_print_section_header(), and writer_print_section_header().
void* WriterContext::priv |
private data for use by the filter
Definition at line 248 of file ffprobe.c.
Referenced by compact_init(), compact_print_int(), compact_print_section_footer(), compact_print_section_header(), compact_print_str(), default_print_int(), default_print_section_footer(), default_print_section_header(), default_print_str(), flat_init(), flat_print_section_header(), flat_print_str(), ini_print_section_header(), json_init(), json_print_int(), json_print_section_footer(), json_print_section_header(), json_print_str(), xml_init(), xml_print_section_footer(), xml_print_section_header(), and xml_print_str().
const struct section* WriterContext::section[SECTION_MAX_NB_LEVELS] |
section per each level
Definition at line 259 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(), writer_print_integer(), writer_print_section_footer(), writer_print_section_header(), writer_print_string(), xml_print_section_footer(), xml_print_section_header(), and xml_print_str().
AVBPrint WriterContext::section_pbuf[SECTION_MAX_NB_LEVELS] |
generic print buffer dedicated to each section, used by various writers
Definition at line 260 of file ffprobe.c.
Referenced by compact_print_int(), compact_print_section_header(), compact_print_str(), default_print_int(), default_print_section_header(), default_print_str(), flat_print_int(), flat_print_section_header(), flat_print_str(), and ini_print_section_header().
const struct section* WriterContext::sections |
array containing all sections
Definition at line 250 of file ffprobe.c.
Referenced by writer_print_section_header().
const Writer* WriterContext::writer |
the Writer of which this is an instance
Definition at line 246 of file ffprobe.c.
Referenced by probe_file(), writer_get_name(), writer_print_integer(), writer_print_section_footer(), writer_print_section_header(), and writer_print_string().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:13 for FFmpeg by 1.8.11