FFmpeg
Data Fields
sbg_script Struct Reference

Data Fields

struct sbg_script_definitiondef
 
struct sbg_script_synthsynth
 
struct sbg_script_tseqtseq
 
struct sbg_script_tseqblock_tseq
 
struct sbg_script_eventevents
 
int nb_def
 
int nb_tseq
 
int nb_events
 
int nb_synth
 
int64_t start_ts
 
int64_t end_ts
 
int64_t opt_fade_time
 
int64_t opt_duration
 
char * opt_mix
 
int sample_rate
 
uint8_t opt_start_at_first
 
uint8_t opt_end_at_last
 

Detailed Description

Definition at line 106 of file sbgdec.c.

Field Documentation

◆ def

struct sbg_script_definition* sbg_script::def

Definition at line 107 of file sbgdec.c.

Referenced by parse_named_def().

◆ synth

struct sbg_script_synth* sbg_script::synth

Definition at line 108 of file sbgdec.c.

Referenced by parse_synth_channel().

◆ tseq

struct sbg_script_tseq* sbg_script::tseq

Definition at line 109 of file sbgdec.c.

Referenced by parse_time_sequence().

◆ block_tseq

struct sbg_script_tseq* sbg_script::block_tseq

Definition at line 110 of file sbgdec.c.

Referenced by parse_time_sequence().

◆ events

struct sbg_script_event* sbg_script::events

Definition at line 111 of file sbgdec.c.

◆ nb_def

int sbg_script::nb_def

Definition at line 112 of file sbgdec.c.

Referenced by parse_named_def(), and sbg_read_probe().

◆ nb_tseq

int sbg_script::nb_tseq

Definition at line 113 of file sbgdec.c.

Referenced by parse_time_sequence(), and sbg_read_probe().

◆ nb_events

int sbg_script::nb_events

Definition at line 114 of file sbgdec.c.

◆ nb_synth

int sbg_script::nb_synth

Definition at line 115 of file sbgdec.c.

Referenced by parse_synth_channel(), and parse_synth_def().

◆ start_ts

int64_t sbg_script::start_ts

Definition at line 116 of file sbgdec.c.

Referenced by parse_options(), and sbg_read_header().

◆ end_ts

int64_t sbg_script::end_ts

Definition at line 117 of file sbgdec.c.

Referenced by sbg_read_header().

◆ opt_fade_time

int64_t sbg_script::opt_fade_time

Definition at line 118 of file sbgdec.c.

Referenced by parse_options().

◆ opt_duration

int64_t sbg_script::opt_duration

Definition at line 119 of file sbgdec.c.

Referenced by parse_options().

◆ opt_mix

char* sbg_script::opt_mix

Definition at line 120 of file sbgdec.c.

Referenced by parse_options(), and sbg_read_header().

◆ sample_rate

int sbg_script::sample_rate

Definition at line 121 of file sbgdec.c.

Referenced by parse_options(), and sbg_read_header().

◆ opt_start_at_first

uint8_t sbg_script::opt_start_at_first

Definition at line 122 of file sbgdec.c.

Referenced by parse_options().

◆ opt_end_at_last

uint8_t sbg_script::opt_end_at_last

Definition at line 123 of file sbgdec.c.

Referenced by parse_options().


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