Writer Struct Reference


Data Fields

const AVClasspriv_class
 private class of the writer, if any
int priv_size
 private size for the writer context
const char * name
int(* init )(WriterContext *wctx, const char *args)
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_*

Detailed Description

Definition at line 212 of file ffprobe.c.


Field Documentation

a combination or WRITER_FLAG_*

Definition at line 225 of file ffprobe.c.

Referenced by probe_file(), and writer_print_string().

int(* Writer::init)(WriterContext *wctx, const char *args)

const char* Writer::name

Definition at line 215 of file ffprobe.c.

Referenced by writer_get_name().

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

Referenced by writer_print_integer().

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

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

Referenced by writer_print_string().

private class of the writer, if any

Definition at line 213 of file ffprobe.c.

Referenced by writer_open().

private size for the writer context

Definition at line 214 of file ffprobe.c.

Referenced by writer_open().

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


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

Generated on Fri Oct 26 02:50:17 2012 for FFmpeg by  doxygen 1.5.8