FFmpeg
|
#include <avtextformat.h>
Data Fields | |
const AVClass * | priv_class |
private class of the formatter, if any More... | |
int | priv_size |
private size for the formatter context More... | |
const char * | name |
int(* | init )(AVTextFormatContext *tctx) |
int(* | uninit )(AVTextFormatContext *tctx) |
void(* | print_section_header )(AVTextFormatContext *tctx, const void *data) |
void(* | print_section_footer )(AVTextFormatContext *tctx) |
void(* | print_integer )(AVTextFormatContext *tctx, const char *, int64_t) |
void(* | print_string )(AVTextFormatContext *tctx, const char *, const char *) |
int | flags |
a combination or AV_TEXTFORMAT__FLAG_* More... | |
Definition at line 94 of file avtextformat.h.
const AVClass* AVTextFormatter::priv_class |
private class of the formatter, if any
Definition at line 95 of file avtextformat.h.
Referenced by avtext_context_close(), and avtext_context_open().
int AVTextFormatter::priv_size |
private size for the formatter context
Definition at line 96 of file avtextformat.h.
Referenced by avtext_context_open().
const char* AVTextFormatter::name |
Definition at line 97 of file avtextformat.h.
Referenced by init_graphprint(), and textcontext_get_formatter_name().
int(* AVTextFormatter::init) (AVTextFormatContext *tctx) |
Definition at line 99 of file avtextformat.h.
Referenced by avtext_context_open().
int(* AVTextFormatter::uninit) (AVTextFormatContext *tctx) |
Definition at line 100 of file avtextformat.h.
Referenced by avtext_context_close().
void(* AVTextFormatter::print_section_header) (AVTextFormatContext *tctx, const void *data) |
Definition at line 102 of file avtextformat.h.
Referenced by avtext_print_section_header().
void(* AVTextFormatter::print_section_footer) (AVTextFormatContext *tctx) |
Definition at line 103 of file avtextformat.h.
Referenced by avtext_print_section_footer().
void(* AVTextFormatter::print_integer) (AVTextFormatContext *tctx, const char *, int64_t) |
Definition at line 104 of file avtextformat.h.
Referenced by avtext_print_integer().
void(* AVTextFormatter::print_string) (AVTextFormatContext *tctx, const char *, const char *) |
Definition at line 105 of file avtextformat.h.
Referenced by avtext_print_string().
int AVTextFormatter::flags |
a combination or AV_TEXTFORMAT__FLAG_*
Definition at line 106 of file avtextformat.h.
Referenced by avtext_print_integer(), avtext_print_string(), init_graphprint(), and probe_file().