FFmpeg
Data Fields
TeeContext Struct Reference

Data Fields

const AVClassclass
 
unsigned nb_slaves
 
unsigned nb_alive
 
TeeSlaveslaves
 
int use_fifo
 
AVDictionaryfifo_options
 
int child_count
 
ChildContextchild
 

Detailed Description

Definition at line 53 of file tee.c.

Field Documentation

◆ class

const AVClass * TeeContext::class

Definition at line 54 of file tee.c.

◆ nb_slaves

unsigned TeeContext::nb_slaves

◆ nb_alive

unsigned TeeContext::nb_alive

Definition at line 56 of file tee.c.

Referenced by tee_process_slave_failure(), and tee_write_header().

◆ slaves

TeeSlave* TeeContext::slaves

◆ use_fifo

int TeeContext::use_fifo

Definition at line 58 of file tee.c.

Referenced by tee_write_header().

◆ fifo_options

AVDictionary* TeeContext::fifo_options

Definition at line 59 of file tee.c.

Referenced by tee_write_header().

◆ child_count

int TeeContext::child_count

Definition at line 34 of file teeproto.c.

◆ child

ChildContext* TeeContext::child

Definition at line 35 of file teeproto.c.


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