| FFmpeg
    | 
| Data Fields | |
| const AVClass * | priv_class | 
| private class of the writer, if any | |
| int | priv_size | 
| private size for the writer context | |
| 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_* | |
| const AVClass* Writer::priv_class | 
private class of the writer, if any
Definition at line 301 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 302 of file ffprobe.c.
Referenced by writer_open().
| const char* Writer::name | 
Definition at line 303 of file ffprobe.c.
Referenced by writer_get_name().
| int(* Writer::init)(WriterContext *wctx) | 
| void(* Writer::uninit)(WriterContext *wctx) | 
| void(* Writer::print_section_header)(WriterContext *wctx) | 
Definition at line 308 of file ffprobe.c.
Referenced by writer_print_section_header().
| void(* Writer::print_section_footer)(WriterContext *wctx) | 
Definition at line 309 of file ffprobe.c.
Referenced by writer_print_section_footer().
| void(* Writer::print_integer)(WriterContext *wctx, const char *, long long int) | 
Definition at line 310 of file ffprobe.c.
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 *) | 
Definition at line 312 of file ffprobe.c.
Referenced by writer_print_string().
| int Writer::flags | 
a combination or WRITER_FLAG_*
Definition at line 313 of file ffprobe.c.
Referenced by probe_file(), and writer_print_string().
 1.8.2
 1.8.2