FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MCompandContext Struct Reference

Data Fields

const AVClassclass
 
char * args
 
int nb_bands
 
CompBandbands
 
AVFrameband_buf1
 
AVFrameband_buf2
 
AVFrameband_buf3
 
int band_samples
 
size_t delay_buf_size
 

Detailed Description

Definition at line 82 of file af_mcompand.c.

Field Documentation

const AVClass* MCompandContext::class

Definition at line 83 of file af_mcompand.c.

char* MCompandContext::args

Definition at line 85 of file af_mcompand.c.

Referenced by config_output().

int MCompandContext::nb_bands

Definition at line 87 of file af_mcompand.c.

Referenced by config_output(), and uninit().

CompBand* MCompandContext::bands

Definition at line 88 of file af_mcompand.c.

Referenced by config_output(), filter_frame(), and uninit().

AVFrame* MCompandContext::band_buf1

Definition at line 89 of file af_mcompand.c.

Referenced by filter_frame(), and uninit().

AVFrame * MCompandContext::band_buf2

Definition at line 89 of file af_mcompand.c.

Referenced by filter_frame(), and uninit().

AVFrame * MCompandContext::band_buf3

Definition at line 89 of file af_mcompand.c.

Referenced by filter_frame(), and uninit().

int MCompandContext::band_samples

Definition at line 90 of file af_mcompand.c.

Referenced by filter_frame().

size_t MCompandContext::delay_buf_size

Definition at line 91 of file af_mcompand.c.

Referenced by config_output(), and mcompand_channel().


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