FFmpeg
Data Fields
AVTextFormatOptions Struct Reference

#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
 

Detailed Description

Definition at line 115 of file avtextformat.h.

Field Documentation

◆ is_key_selected

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.

Return values
1if the element is supposed to be printed
0if 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().

◆ show_optional_fields

int AVTextFormatOptions::show_optional_fields

Definition at line 125 of file avtextformat.h.

Referenced by avtext_print_integer(), avtext_print_string(), and init_graphprint().

◆ show_value_unit

int AVTextFormatOptions::show_value_unit

Definition at line 126 of file avtextformat.h.

Referenced by init_graphprint(), print_link(), value_string(), and xml_init().

◆ use_value_prefix

int AVTextFormatOptions::use_value_prefix

Definition at line 127 of file avtextformat.h.

Referenced by value_string(), and xml_init().

◆ use_byte_value_binary_prefix

int AVTextFormatOptions::use_byte_value_binary_prefix

Definition at line 128 of file avtextformat.h.

Referenced by value_string().

◆ use_value_sexagesimal_format

int AVTextFormatOptions::use_value_sexagesimal_format

Definition at line 129 of file avtextformat.h.

Referenced by value_string().

◆ data_dump_format

AVTextFormatDataDump AVTextFormatOptions::data_dump_format

Definition at line 130 of file avtextformat.h.

Referenced by avtext_print_data().


The documentation for this struct was generated from the following file: