FFmpeg
Data Structures | Data Fields
MermaidContext Struct Reference

Data Structures

struct  section_data
 

Data Fields

const AVClassclass
 
AVDiagramConfigdiagram_config
 
int subgraph_count
 
int within_tag
 
int indent_level
 
int create_html
 
int enable_link_colors
 
struct MermaidContext::section_data section_data [SECTION_MAX_NB_LEVELS]
 
unsigned nb_link_captions [SECTION_MAX_NB_LEVELS]
 generic print buffer dedicated to each section, More...
 
AVBPrint link_buf
 print buffer for writing diagram links More...
 
AVDictionarylink_dict
 

Detailed Description

Definition at line 133 of file tf_mermaid.c.

Field Documentation

◆ class

const AVClass* MermaidContext::class

Definition at line 134 of file tf_mermaid.c.

◆ diagram_config

AVDiagramConfig* MermaidContext::diagram_config

◆ subgraph_count

int MermaidContext::subgraph_count

Definition at line 136 of file tf_mermaid.c.

◆ within_tag

int MermaidContext::within_tag

Definition at line 137 of file tf_mermaid.c.

◆ indent_level

int MermaidContext::indent_level

Definition at line 138 of file tf_mermaid.c.

Referenced by mermaid_print_section_footer(), and mermaid_print_section_header().

◆ create_html

int MermaidContext::create_html

◆ enable_link_colors

int MermaidContext::enable_link_colors

Definition at line 142 of file tf_mermaid.c.

Referenced by mermaid_print_section_footer().

◆ section_data

◆ nb_link_captions

unsigned MermaidContext::nb_link_captions[SECTION_MAX_NB_LEVELS]

generic print buffer dedicated to each section,

Definition at line 155 of file tf_mermaid.c.

Referenced by mermaid_print_section_footer(), mermaid_print_section_header(), and mermaid_print_value().

◆ link_buf

AVBPrint MermaidContext::link_buf

print buffer for writing diagram links

Definition at line 156 of file tf_mermaid.c.

Referenced by mermaid_init(), mermaid_print_section_footer(), and mermaid_uninit().

◆ link_dict

AVDictionary* MermaidContext::link_dict

Definition at line 157 of file tf_mermaid.c.

Referenced by has_link_pair(), and mermaid_uninit().


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