|
|
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
|
| |
|
const struct section * | sections |
| | array containing all sections
|
| |
|
int | nb_sections |
| | number of sections
|
| |
|
int | level |
| | current level, starting from 0
|
| |
|
unsigned int | nb_item [SECTION_MAX_NB_LEVELS] |
| | number of the item printed in the given section, starting from 0
|
| |
|
const struct section * | section [SECTION_MAX_NB_LEVELS] |
| | section per each level
|
| |
|
AVBPrint | section_pbuf [SECTION_MAX_NB_LEVELS] |
| | generic print buffer dedicated to each section, used by various writers
|
| |
|
unsigned int | nb_section_packet |
| | number of the packet section in case we are in "packets_and_frames" section
|
| |
|
unsigned int | nb_section_frame |
| | number of the frame section in case we are in "packets_and_frames" section
|
| |
|
unsigned int | nb_section_packet_frame |
| | nb_section_packet or nb_section_frame according if is_packets_and_frames
|
| |
|
int | string_validation |
| |
|
char * | string_validation_replacement |
| |
|
unsigned int | string_validation_utf8_flags |
| |
The documentation for this struct was generated from the following file: