FFmpeg
Data Fields
PanContext Struct Reference

Data Fields

const AVClassclass
 
char * args
 
AVChannelLayout out_channel_layout
 
double gain [MAX_CHANNELS][MAX_CHANNELS]
 
int64_t need_renorm
 
int need_renumber
 
int nb_output_channels
 
int pure_gains
 
int channel_map [MAX_CHANNELS]
 
struct SwrContextswr
 

Detailed Description

Definition at line 42 of file af_pan.c.

Field Documentation

◆ class

const AVClass* PanContext::class

Definition at line 43 of file af_pan.c.

◆ args

char* PanContext::args

Definition at line 44 of file af_pan.c.

Referenced by init().

◆ out_channel_layout

AVChannelLayout PanContext::out_channel_layout

Definition at line 45 of file af_pan.c.

Referenced by config_props(), init(), query_formats(), and uninit().

◆ gain

double PanContext::gain[MAX_CHANNELS][MAX_CHANNELS]

Definition at line 46 of file af_pan.c.

Referenced by are_gains_pure(), config_props(), and init().

◆ need_renorm

int64_t PanContext::need_renorm

Definition at line 47 of file af_pan.c.

Referenced by config_props(), and init().

◆ need_renumber

int PanContext::need_renumber

Definition at line 48 of file af_pan.c.

Referenced by config_props(), and init().

◆ nb_output_channels

int PanContext::nb_output_channels

Definition at line 49 of file af_pan.c.

Referenced by config_props(), and init().

◆ pure_gains

int PanContext::pure_gains

Definition at line 51 of file af_pan.c.

Referenced by config_props(), and query_formats().

◆ channel_map

int PanContext::channel_map[MAX_CHANNELS]

Definition at line 53 of file af_pan.c.

Referenced by config_props().

◆ swr

struct SwrContext* PanContext::swr

Definition at line 54 of file af_pan.c.

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


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