FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
TeeContext Struct Reference

Data Fields

const AVClassclass
 
unsigned nb_slaves
 
unsigned nb_alive
 
TeeSlaveslaves
 
int use_fifo
 
AVDictionaryfifo_options
 
char * fifo_options_str
 
int child_count
 
ChildContextchild
 

Detailed Description

Definition at line 52 of file tee.c.

Field Documentation

const AVClass * TeeContext::class

Definition at line 53 of file tee.c.

unsigned TeeContext::nb_slaves
unsigned TeeContext::nb_alive

Definition at line 55 of file tee.c.

Referenced by tee_process_slave_failure(), and tee_write_header().

TeeSlave* TeeContext::slaves
int TeeContext::use_fifo

Definition at line 57 of file tee.c.

Referenced by tee_write_header().

AVDictionary* TeeContext::fifo_options

Definition at line 58 of file tee.c.

Referenced by tee_write_header().

char* TeeContext::fifo_options_str

Definition at line 59 of file tee.c.

Referenced by tee_write_header().

int TeeContext::child_count

Definition at line 34 of file teeproto.c.

Referenced by tee_close(), tee_open(), and tee_write().

ChildContext* TeeContext::child

Definition at line 35 of file teeproto.c.

Referenced by tee_close(), tee_open(), and tee_write().


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