FFmpeg
|
#include <internal.h>
Data Fields | |
int | channel_map [AVRESAMPLE_MAX_CHANNELS] |
source index of each output channel, -1 if not remapped More... | |
int | do_remap |
remap needed More... | |
int | channel_copy [AVRESAMPLE_MAX_CHANNELS] |
dest index to copy from More... | |
int | do_copy |
copy needed More... | |
int | channel_zero [AVRESAMPLE_MAX_CHANNELS] |
dest index to zero More... | |
int | do_zero |
zeroing needed More... | |
int | input_map [AVRESAMPLE_MAX_CHANNELS] |
dest index of each input channel More... | |
Definition at line 43 of file internal.h.
int ChannelMapInfo::channel_map[AVRESAMPLE_MAX_CHANNELS] |
source index of each output channel, -1 if not remapped
Definition at line 44 of file internal.h.
Referenced by avresample_open(), avresample_set_channel_mapping(), and ff_audio_data_copy().
int ChannelMapInfo::do_remap |
remap needed
Definition at line 45 of file internal.h.
Referenced by avresample_open(), avresample_set_channel_mapping(), and ff_audio_data_copy().
int ChannelMapInfo::channel_copy[AVRESAMPLE_MAX_CHANNELS] |
dest index to copy from
Definition at line 46 of file internal.h.
Referenced by avresample_open(), avresample_set_channel_mapping(), and ff_audio_data_copy().
int ChannelMapInfo::do_copy |
copy needed
Definition at line 47 of file internal.h.
Referenced by avresample_open(), avresample_set_channel_mapping(), and ff_audio_data_copy().
int ChannelMapInfo::channel_zero[AVRESAMPLE_MAX_CHANNELS] |
dest index to zero
Definition at line 48 of file internal.h.
Referenced by avresample_open(), avresample_set_channel_mapping(), and ff_audio_data_copy().
int ChannelMapInfo::do_zero |
zeroing needed
Definition at line 49 of file internal.h.
Referenced by avresample_open(), avresample_set_channel_mapping(), and ff_audio_data_copy().
int ChannelMapInfo::input_map[AVRESAMPLE_MAX_CHANNELS] |
dest index of each input channel
Definition at line 50 of file internal.h.
Referenced by avresample_open(), and avresample_set_channel_mapping().