FFmpeg
|
Data Fields | |
const AVClass * | class |
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 |
Definition at line 30 of file af_rubberband.c.
const AVClass* RubberBandContext::class |
Definition at line 31 of file af_rubberband.c.
RubberBandState RubberBandContext::rbs |
Definition at line 32 of file af_rubberband.c.
Referenced by config_input(), filter_frame(), process_command(), request_frame(), and uninit().
double RubberBandContext::tempo |
Definition at line 34 of file af_rubberband.c.
Referenced by config_input().
double RubberBandContext::pitch |
Definition at line 34 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::transients |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::detector |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::phase |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::window |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::smoothing |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::formant |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::opitch |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int RubberBandContext::channels |
Definition at line 35 of file af_rubberband.c.
Referenced by config_input().
int64_t RubberBandContext::nb_samples_out |
Definition at line 37 of file af_rubberband.c.
Referenced by filter_frame(), and request_frame().
int64_t RubberBandContext::nb_samples_in |
Definition at line 38 of file af_rubberband.c.
Referenced by filter_frame(), and request_frame().
int RubberBandContext::flushed |
Definition at line 39 of file af_rubberband.c.
Referenced by request_frame().