FFmpeg  4.3.6
Data Fields
RubberBandContext Struct Reference

Data Fields

const AVClassclass
 
RubberBandState rbs
 
double tempo
 
double pitch
 
int transients
 
int detector
 
int phase
 
int window
 
int smoothing
 
int formant
 
int opitch
 
int channels
 
int64_t nb_samples_out
 
int64_t nb_samples_in
 
int64_t first_pts
 
int nb_samples
 

Detailed Description

Definition at line 31 of file af_rubberband.c.

Field Documentation

◆ class

const AVClass* RubberBandContext::class

Definition at line 32 of file af_rubberband.c.

◆ rbs

RubberBandState RubberBandContext::rbs

Definition at line 33 of file af_rubberband.c.

Referenced by config_input(), filter_frame(), process_command(), and uninit().

◆ tempo

double RubberBandContext::tempo

Definition at line 35 of file af_rubberband.c.

Referenced by config_input(), and process_command().

◆ pitch

double RubberBandContext::pitch

Definition at line 35 of file af_rubberband.c.

Referenced by config_input(), and process_command().

◆ transients

int RubberBandContext::transients

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ detector

int RubberBandContext::detector

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ phase

int RubberBandContext::phase

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ window

int RubberBandContext::window

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ smoothing

int RubberBandContext::smoothing

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ formant

int RubberBandContext::formant

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ opitch

int RubberBandContext::opitch

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ channels

int RubberBandContext::channels

Definition at line 36 of file af_rubberband.c.

Referenced by config_input().

◆ nb_samples_out

int64_t RubberBandContext::nb_samples_out

Definition at line 38 of file af_rubberband.c.

Referenced by filter_frame().

◆ nb_samples_in

int64_t RubberBandContext::nb_samples_in

Definition at line 39 of file af_rubberband.c.

Referenced by filter_frame().

◆ first_pts

int64_t RubberBandContext::first_pts

Definition at line 40 of file af_rubberband.c.

Referenced by config_input(), and filter_frame().

◆ nb_samples

int RubberBandContext::nb_samples

Definition at line 41 of file af_rubberband.c.

Referenced by activate(), config_input(), and filter_frame().


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