FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Writer Struct Reference

Data Fields

const AVClasspriv_class
 private class of the writer, if any More...
 
int priv_size
 private size for the writer context More...
 
const char * name
 
int(* init )(WriterContext *wctx)
 
void(* uninit )(WriterContext *wctx)
 
void(* print_section_header )(WriterContext *wctx)
 
void(* print_section_footer )(WriterContext *wctx)
 
void(* print_integer )(WriterContext *wctx, const char *, long long int)
 
void(* print_rational )(WriterContext *wctx, AVRational *q, char *sep)
 
void(* print_string )(WriterContext *wctx, const char *, const char *)
 
int flags
 a combination or WRITER_FLAG_* More...
 

Detailed Description

Definition at line 428 of file ffprobe.c.

Field Documentation

const AVClass* Writer::priv_class

private class of the writer, if any

Definition at line 429 of file ffprobe.c.

Referenced by writer_child_next(), and writer_open().

int Writer::priv_size

private size for the writer context

Definition at line 430 of file ffprobe.c.

Referenced by writer_open().

const char* Writer::name

Definition at line 431 of file ffprobe.c.

Referenced by writer_get_name().

int(* Writer::init)(WriterContext *wctx)

Definition at line 433 of file ffprobe.c.

void(* Writer::uninit)(WriterContext *wctx)

Definition at line 434 of file ffprobe.c.

void(* Writer::print_section_header)(WriterContext *wctx)

Definition at line 436 of file ffprobe.c.

Referenced by writer_print_section_header().

void(* Writer::print_section_footer)(WriterContext *wctx)

Definition at line 437 of file ffprobe.c.

Referenced by writer_print_section_footer().

void(* Writer::print_integer)(WriterContext *wctx, const char *, long long int)

Definition at line 438 of file ffprobe.c.

Referenced by writer_print_integer().

void(* Writer::print_rational)(WriterContext *wctx, AVRational *q, char *sep)

Definition at line 439 of file ffprobe.c.

void(* Writer::print_string)(WriterContext *wctx, const char *, const char *)

Definition at line 440 of file ffprobe.c.

Referenced by writer_print_string().

int Writer::flags

a combination or WRITER_FLAG_*

Definition at line 441 of file ffprobe.c.

Referenced by probe_file(), and writer_print_string().


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