OutputContext Struct Reference

Data Fields

ProbeElementprefix
 
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 93 of file avprobe.c.

Field Documentation

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

Definition at line 100 of file avprobe.c.

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

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

Definition at line 99 of file avprobe.c.

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

void(* OutputContext::print_footer)(void)

Definition at line 97 of file avprobe.c.

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

void(* OutputContext::print_header)(void)

Definition at line 96 of file avprobe.c.

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

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

Definition at line 104 of file avprobe.c.

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

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

Definition at line 102 of file avprobe.c.

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

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

Definition at line 101 of file avprobe.c.

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

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

Definition at line 105 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: