|
FFmpeg
|
#include <avtextformat.h>
Data Fields | |
| int(* | is_key_selected )(struct AVTextFormatContext *tctx, const char *key) |
| Callback to discard certain elements based upon the key used. More... | |
| int | show_optional_fields |
| int | show_value_unit |
| int | use_value_prefix |
| int | use_byte_value_binary_prefix |
| int | use_value_sexagesimal_format |
| AVTextFormatDataDump | data_dump_format |
Definition at line 115 of file avtextformat.h.
| int(* AVTextFormatOptions::is_key_selected) (struct AVTextFormatContext *tctx, const char *key) |
Callback to discard certain elements based upon the key used.
It is called before any element with a key is printed. If this callback is unset, all elements are printed.
| 1 | if the element is supposed to be printed |
| 0 | if the element is supposed to be discarded |
Definition at line 124 of file avtextformat.h.
Referenced by avtext_print_integer(), avtext_print_string(), and main().
| int AVTextFormatOptions::show_optional_fields |
Definition at line 125 of file avtextformat.h.
Referenced by avtext_print_integer(), avtext_print_string(), and init_graphprint().
| int AVTextFormatOptions::show_value_unit |
Definition at line 126 of file avtextformat.h.
Referenced by init_graphprint(), print_link(), value_string(), and xml_init().
| int AVTextFormatOptions::use_value_prefix |
Definition at line 127 of file avtextformat.h.
Referenced by value_string(), and xml_init().
| int AVTextFormatOptions::use_byte_value_binary_prefix |
Definition at line 128 of file avtextformat.h.
Referenced by value_string().
| int AVTextFormatOptions::use_value_sexagesimal_format |
Definition at line 129 of file avtextformat.h.
Referenced by value_string().
| AVTextFormatDataDump AVTextFormatOptions::data_dump_format |
Definition at line 130 of file avtextformat.h.
Referenced by avtext_print_data().
1.8.17