FFmpeg
Data Fields
ChannelMap Struct Reference

#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 More...
 
uint64_t out_channel
 layout describing the output channel More...
 
int in_channel_idx
 index of in_channel in the input stream data More...
 
int out_channel_idx
 
int input
 input stream index More...
 

Detailed Description

Definition at line 147 of file opus.h.

Field Documentation

◆ stream_idx

int ChannelMap::stream_idx

Definition at line 148 of file opus.h.

◆ channel_idx

int ChannelMap::channel_idx

Definition at line 149 of file opus.h.

◆ copy

int ChannelMap::copy

Definition at line 154 of file opus.h.

◆ copy_idx

int ChannelMap::copy_idx

Definition at line 156 of file opus.h.

◆ silence

int ChannelMap::silence

Definition at line 159 of file opus.h.

◆ in_channel

uint64_t ChannelMap::in_channel

layout describing the input channel

Definition at line 41 of file af_channelmap.c.

Referenced by channelmap_config_input(), guess_map_any(), guess_map_matching(), and join_config_output().

◆ out_channel

uint64_t ChannelMap::out_channel

layout describing the output channel

Definition at line 42 of file af_channelmap.c.

Referenced by guess_map_matching(), and join_config_output().

◆ in_channel_idx

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(), join_config_output(), and try_push_frame().

◆ out_channel_idx

int ChannelMap::out_channel_idx

Definition at line 44 of file af_channelmap.c.

◆ input

int ChannelMap::input

input stream index

Definition at line 39 of file af_join.c.

Referenced by guess_map_any(), guess_map_matching(), join_config_output(), and try_push_frame().


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