| 
    MobileFFmpeg iOS / tvOS API
    4.4
    
   | 
 
Data Fields | |
| const AVClass * | priv_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... | |
Definition at line 438 of file fftools_ffprobe.c.
| int Writer::flags | 
a combination or WRITER_FLAG_*
Definition at line 451 of file fftools_ffprobe.c.
| int(* Writer::init) (WriterContext *wctx) | 
Definition at line 443 of file fftools_ffprobe.c.
| const char* Writer::name | 
Definition at line 441 of file fftools_ffprobe.c.
| void(* Writer::print_integer) (WriterContext *wctx, const char *, long long int) | 
Definition at line 448 of file fftools_ffprobe.c.
| void(* Writer::print_rational) (WriterContext *wctx, AVRational *q, char *sep) | 
Definition at line 449 of file fftools_ffprobe.c.
| void(* Writer::print_section_footer) (WriterContext *wctx) | 
Definition at line 447 of file fftools_ffprobe.c.
| void(* Writer::print_section_header) (WriterContext *wctx) | 
Definition at line 446 of file fftools_ffprobe.c.
| void(* Writer::print_string) (WriterContext *wctx, const char *, const char *) | 
Definition at line 450 of file fftools_ffprobe.c.
| const AVClass* Writer::priv_class | 
private class of the writer, if any
Definition at line 439 of file fftools_ffprobe.c.
| int Writer::priv_size | 
private size for the writer context
Definition at line 440 of file fftools_ffprobe.c.
| void(* Writer::uninit) (WriterContext *wctx) | 
Definition at line 444 of file fftools_ffprobe.c.
 1.8.18