FFmpeg
Data Fields
JoinContext Struct Reference

Data Fields

const AVClassclass
 
int inputs
 
char * map
 
char * channel_layout_str
 
uint64_t channel_layout
 
int64_t eof_pts
 
int nb_channels
 
ChannelMapchannels
 
AVFrame ** input_frames
 Temporary storage for input frames, until we get one on each input. More...
 
AVBufferRef ** buffers
 Temporary storage for buffer references, for assembling the output frame. More...
 

Detailed Description

Definition at line 45 of file af_join.c.

Field Documentation

◆ class

const AVClass* JoinContext::class

Definition at line 46 of file af_join.c.

◆ inputs

int JoinContext::inputs

Definition at line 48 of file af_join.c.

◆ map

char* JoinContext::map

Definition at line 49 of file af_join.c.

◆ channel_layout_str

char* JoinContext::channel_layout_str

Definition at line 50 of file af_join.c.

◆ channel_layout

uint64_t JoinContext::channel_layout

Definition at line 51 of file af_join.c.

◆ eof_pts

int64_t JoinContext::eof_pts

Definition at line 53 of file af_join.c.

◆ nb_channels

int JoinContext::nb_channels

Definition at line 55 of file af_join.c.

◆ channels

ChannelMap* JoinContext::channels

Definition at line 56 of file af_join.c.

◆ input_frames

AVFrame** JoinContext::input_frames

Temporary storage for input frames, until we get one on each input.

Definition at line 61 of file af_join.c.

◆ buffers

AVBufferRef** JoinContext::buffers

Temporary storage for buffer references, for assembling the output frame.

Definition at line 66 of file af_join.c.


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