FFmpeg
Data Fields
JSONContext Struct Reference

Data Fields

const AVClassclass
 
int indent_level
 
int compact
 
const char * item_sep
 
const char * item_start_end
 

Detailed Description

Definition at line 1478 of file ffprobe.c.

Field Documentation

◆ class

const AVClass* JSONContext::class

Definition at line 1479 of file ffprobe.c.

◆ indent_level

int JSONContext::indent_level

Definition at line 1480 of file ffprobe.c.

Referenced by json_print_section_footer(), and json_print_section_header().

◆ compact

int JSONContext::compact

◆ item_sep

const char* JSONContext::item_sep

Definition at line 1482 of file ffprobe.c.

Referenced by json_init(), json_print_int(), and json_print_str().

◆ item_start_end

const char * JSONContext::item_start_end

Definition at line 1482 of file ffprobe.c.

Referenced by json_init(), json_print_section_footer(), and json_print_section_header().


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