FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | mapping_str |
char * | channel_layout_str |
AVChannelLayout | output_layout |
struct ChannelMap | map [MAX_CH] |
int | nch |
enum MappingMode | mode |
Definition at line 58 of file af_channelmap.c.
const AVClass* ChannelMapContext::class |
Definition at line 59 of file af_channelmap.c.
char* ChannelMapContext::mapping_str |
Definition at line 60 of file af_channelmap.c.
char* ChannelMapContext::channel_layout_str |
Definition at line 61 of file af_channelmap.c.
AVChannelLayout ChannelMapContext::output_layout |
Definition at line 62 of file af_channelmap.c.
struct ChannelMap ChannelMapContext::map[MAX_CH] |
Definition at line 63 of file af_channelmap.c.
int ChannelMapContext::nch |
Definition at line 64 of file af_channelmap.c.
enum MappingMode ChannelMapContext::mode |
Definition at line 65 of file af_channelmap.c.