FFmpeg  4.0
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
 
int flushed
 

Detailed Description

Definition at line 30 of file af_rubberband.c.

Field Documentation

◆ class

const AVClass* RubberBandContext::class

Definition at line 31 of file af_rubberband.c.

◆ rbs

RubberBandState RubberBandContext::rbs

Definition at line 32 of file af_rubberband.c.

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

◆ tempo

double RubberBandContext::tempo

Definition at line 34 of file af_rubberband.c.

Referenced by config_input().

◆ pitch

double RubberBandContext::pitch

Definition at line 34 of file af_rubberband.c.

Referenced by config_input().

◆ transients

int RubberBandContext::transients

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ detector

int RubberBandContext::detector

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ phase

int RubberBandContext::phase

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ window

int RubberBandContext::window

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ smoothing

int RubberBandContext::smoothing

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ formant

int RubberBandContext::formant

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ opitch

int RubberBandContext::opitch

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ channels

int RubberBandContext::channels

Definition at line 35 of file af_rubberband.c.

Referenced by config_input().

◆ nb_samples_out

int64_t RubberBandContext::nb_samples_out

Definition at line 37 of file af_rubberband.c.

Referenced by filter_frame(), and request_frame().

◆ nb_samples_in

int64_t RubberBandContext::nb_samples_in

Definition at line 38 of file af_rubberband.c.

Referenced by filter_frame(), and request_frame().

◆ flushed

int RubberBandContext::flushed

Definition at line 39 of file af_rubberband.c.

Referenced by request_frame().


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