FFmpeg
Data Fields
ChannelMap Struct Reference

#include <opus_parse.h>

Data Fields

int stream_idx
 
int channel_idx
 
int copy
 
int copy_idx
 
int silence
 
int in_channel
 
int out_channel
 
int in_channel_idx
 index of in_channel in the input stream data More...
 
int out_channel_idx
 
int input
 input stream index More...
 
enum AVChannel in_channel
 
enum AVChannel out_channel
 

Detailed Description

Definition at line 48 of file opus_parse.h.

Field Documentation

◆ stream_idx

int ChannelMap::stream_idx

Definition at line 49 of file opus_parse.h.

◆ channel_idx

int ChannelMap::channel_idx

Definition at line 50 of file opus_parse.h.

Referenced by check_idx_and_id().

◆ copy

int ChannelMap::copy

Definition at line 55 of file opus_parse.h.

◆ copy_idx

int ChannelMap::copy_idx

Definition at line 57 of file opus_parse.h.

◆ silence

int ChannelMap::silence

Definition at line 60 of file opus_parse.h.

◆ in_channel [1/2]

int ChannelMap::in_channel

◆ out_channel [1/2]

int ChannelMap::out_channel

Definition at line 43 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 44 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 45 of file af_channelmap.c.

◆ input

int ChannelMap::input

input stream index

Definition at line 41 of file af_join.c.

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

◆ in_channel [2/2]

enum AVChannel ChannelMap::in_channel

Definition at line 43 of file af_join.c.

◆ out_channel [2/2]

enum AVChannel ChannelMap::out_channel

Definition at line 44 of file af_join.c.


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