FFmpeg
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
 
int64_t last_pts
 
int nb_samples
 
int eof
 

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.

◆ tempo

double RubberBandContext::tempo

Definition at line 34 of file af_rubberband.c.

◆ pitch

double RubberBandContext::pitch

Definition at line 34 of file af_rubberband.c.

◆ transients

int RubberBandContext::transients

Definition at line 35 of file af_rubberband.c.

◆ detector

int RubberBandContext::detector

Definition at line 35 of file af_rubberband.c.

◆ phase

int RubberBandContext::phase

Definition at line 35 of file af_rubberband.c.

◆ window

int RubberBandContext::window

Definition at line 35 of file af_rubberband.c.

◆ smoothing

int RubberBandContext::smoothing

Definition at line 36 of file af_rubberband.c.

◆ formant

int RubberBandContext::formant

Definition at line 36 of file af_rubberband.c.

◆ opitch

int RubberBandContext::opitch

Definition at line 36 of file af_rubberband.c.

◆ channels

int RubberBandContext::channels

Definition at line 36 of file af_rubberband.c.

◆ nb_samples_out

int64_t RubberBandContext::nb_samples_out

Definition at line 37 of file af_rubberband.c.

◆ nb_samples_in

int64_t RubberBandContext::nb_samples_in

Definition at line 38 of file af_rubberband.c.

◆ first_pts

int64_t RubberBandContext::first_pts

Definition at line 39 of file af_rubberband.c.

◆ last_pts

int64_t RubberBandContext::last_pts

Definition at line 40 of file af_rubberband.c.

◆ nb_samples

int RubberBandContext::nb_samples

Definition at line 41 of file af_rubberband.c.

◆ eof

int RubberBandContext::eof

Definition at line 42 of file af_rubberband.c.


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