Libav
Data Fields
PrintContext Struct Reference

Data Fields

PrintElementprefix
int level
void(* print_header )(void)
void(* print_footer )(void)
void(* print_array_header )(const char *name)
void(* print_array_footer )(const char *name)
void(* print_object_header )(const char *name)
void(* print_object_footer )(const char *name)
void(* print_integer )(const char *key, int64_t value)
void(* print_string )(const char *key, const char *value)

Detailed Description

Definition at line 94 of file avprobe.c.

Field Documentation

PrintElement* PrintContext::prefix
int PrintContext::level
void(* PrintContext::print_header)(void)

Definition at line 97 of file avprobe.c.

Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_header().

void(* PrintContext::print_footer)(void)

Definition at line 98 of file avprobe.c.

Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_footer().

void(* PrintContext::print_array_header)(const char *name)

Definition at line 100 of file avprobe.c.

Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_array_header().

void(* PrintContext::print_array_footer)(const char *name)

Definition at line 101 of file avprobe.c.

Referenced by opt_output_format(), opt_show_format_entry(), and probe_array_footer().

void(* PrintContext::print_object_header)(const char *name)

Definition at line 102 of file avprobe.c.

Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_object_header().

void(* PrintContext::print_object_footer)(const char *name)

Definition at line 103 of file avprobe.c.

Referenced by opt_output_format(), opt_show_format_entry(), and probe_object_footer().

void(* PrintContext::print_integer)(const char *key, int64_t value)

Definition at line 105 of file avprobe.c.

Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_int().

void(* PrintContext::print_string)(const char *key, const char *value)

Definition at line 106 of file avprobe.c.

Referenced by main(), opt_output_format(), opt_show_format_entry(), and probe_str().


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