|
FFmpeg
|
Public Attributes | |
| 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_* | |
1.8.12