FFmpeg
Data Fields
WriterContext Struct Reference

Data Fields

const AVClassclass
 class of the writer More...
 
const Writerwriter
 the Writer of which this is an instance More...
 
AVIOContextavio
 the I/O context used to write More...
 
void(* writer_w8 )(WriterContext *wctx, int b)
 
void(* writer_put_str )(WriterContext *wctx, const char *str)
 
void(* writer_printf )(WriterContext *wctx, const char *fmt,...)
 
char * name
 name of this writer instance More...
 
void * priv
 private data for use by the filter More...
 
const struct sectionsections
 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 sectionsection [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...
 
int string_validation
 
char * string_validation_replacement
 
unsigned int string_validation_utf8_flags
 

Detailed Description

Definition at line 542 of file ffprobe.c.

Field Documentation

◆ class

const AVClass* WriterContext::class

class of the writer

Definition at line 543 of file ffprobe.c.

◆ writer

const Writer* WriterContext::writer

◆ avio

AVIOContext* WriterContext::avio

the I/O context used to write

Definition at line 545 of file ffprobe.c.

Referenced by writer_printf_avio(), writer_put_str_avio(), and writer_w8_avio().

◆ writer_w8

void(* WriterContext::writer_w8) (WriterContext *wctx, int b)

Definition at line 547 of file ffprobe.c.

◆ writer_put_str

void(* WriterContext::writer_put_str) (WriterContext *wctx, const char *str)

Definition at line 548 of file ffprobe.c.

◆ writer_printf

void(* WriterContext::writer_printf) (WriterContext *wctx, const char *fmt,...)

Definition at line 549 of file ffprobe.c.

◆ name

char* WriterContext::name

name of this writer instance

Definition at line 551 of file ffprobe.c.

◆ priv

void* WriterContext::priv

◆ sections

const struct section* WriterContext::sections

array containing all sections

Definition at line 554 of file ffprobe.c.

Referenced by writer_print_section_header().

◆ nb_sections

int WriterContext::nb_sections

number of sections

Definition at line 555 of file ffprobe.c.

◆ level

int WriterContext::level

◆ nb_item

unsigned int WriterContext::nb_item[SECTION_MAX_NB_LEVELS]

◆ section

const struct section* WriterContext::section[SECTION_MAX_NB_LEVELS]

◆ section_pbuf

AVBPrint WriterContext::section_pbuf[SECTION_MAX_NB_LEVELS]

◆ nb_section_packet

unsigned int WriterContext::nb_section_packet

number of the packet section in case we are in "packets_and_frames" section

Definition at line 567 of file ffprobe.c.

Referenced by writer_print_section_footer(), and writer_print_section_header().

◆ nb_section_frame

unsigned int WriterContext::nb_section_frame

number of the frame section in case we are in "packets_and_frames" section

Definition at line 568 of file ffprobe.c.

Referenced by writer_print_section_footer(), and writer_print_section_header().

◆ nb_section_packet_frame

unsigned int WriterContext::nb_section_packet_frame

nb_section_packet or nb_section_frame according if is_packets_and_frames

Definition at line 569 of file ffprobe.c.

Referenced by flat_print_section_header(), ini_print_section_header(), and writer_print_section_header().

◆ string_validation

int WriterContext::string_validation

Definition at line 571 of file ffprobe.c.

Referenced by validate_string().

◆ string_validation_replacement

char* WriterContext::string_validation_replacement

Definition at line 572 of file ffprobe.c.

Referenced by validate_string().

◆ string_validation_utf8_flags

unsigned int WriterContext::string_validation_utf8_flags

Definition at line 573 of file ffprobe.c.

Referenced by main(), and validate_string().


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