FFmpeg
|
#include <opus.h>
Data Fields | |
int | stream_idx |
int | channel_idx |
int | copy |
int | copy_idx |
int | silence |
uint64_t | in_channel |
layout describing the input channel | |
uint64_t | out_channel |
layout describing the output channel | |
int | in_channel_idx |
index of in_channel in the input stream data | |
int | out_channel_idx |
int | input |
input stream index | |
int ChannelMap::stream_idx |
Definition at line 160 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
int ChannelMap::channel_idx |
Definition at line 161 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
int ChannelMap::copy |
Definition at line 166 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
int ChannelMap::copy_idx |
Definition at line 168 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
int ChannelMap::silence |
Definition at line 171 of file opus.h.
Referenced by ff_opus_parse_extradata(), and opus_decode_packet().
uint64_t ChannelMap::in_channel |
layout describing the input channel
Definition at line 41 of file af_channelmap.c.
Referenced by channelmap_config_input(), channelmap_init(), guess_map_any(), guess_map_matching(), join_config_output(), and parse_maps().
uint64_t ChannelMap::out_channel |
layout describing the output channel
Definition at line 42 of file af_channelmap.c.
Referenced by channelmap_init(), guess_map_matching(), join_config_output(), and join_init().
int ChannelMap::in_channel_idx |
index of in_channel in the input stream data
Definition at line 43 of file af_channelmap.c.
Referenced by channelmap_config_input(), channelmap_filter_frame(), channelmap_init(), join_config_output(), join_request_frame(), and parse_maps().
int ChannelMap::out_channel_idx |
Definition at line 44 of file af_channelmap.c.
Referenced by channelmap_filter_frame(), and channelmap_init().
int ChannelMap::input |
input stream index
Definition at line 38 of file af_join.c.
Referenced by guess_map_any(), guess_map_matching(), join_config_output(), join_init(), join_request_frame(), and parse_maps().