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

Data Fields

AVFormatContextavf
 
AVBSFContext ** bsfs
 bitstream filters per stream More...
 
SlaveFailurePolicy on_fail
 
int use_fifo
 
AVDictionaryfifo_options
 
intstream_map
 map from input to output streams indexes, disabled output streams are set to -1 More...
 
int header_written
 

Detailed Description

Definition at line 38 of file tee.c.

Field Documentation

AVFormatContext* TeeSlave::avf

Definition at line 39 of file tee.c.

Referenced by close_slave(), log_slave(), open_slave(), tee_write_header(), and tee_write_packet().

AVBSFContext** TeeSlave::bsfs

bitstream filters per stream

Definition at line 40 of file tee.c.

Referenced by close_slave(), log_slave(), open_slave(), and tee_write_packet().

SlaveFailurePolicy TeeSlave::on_fail

Definition at line 42 of file tee.c.

Referenced by parse_slave_failure_policy_option(), and tee_process_slave_failure().

int TeeSlave::use_fifo

Definition at line 43 of file tee.c.

Referenced by open_slave(), parse_slave_fifo_options(), and tee_write_header().

AVDictionary* TeeSlave::fifo_options

Definition at line 44 of file tee.c.

Referenced by open_slave(), parse_slave_fifo_options(), and tee_write_header().

int* TeeSlave::stream_map

map from input to output streams indexes, disabled output streams are set to -1

Definition at line 48 of file tee.c.

Referenced by close_slave(), open_slave(), tee_write_header(), and tee_write_packet().

int TeeSlave::header_written

Definition at line 49 of file tee.c.

Referenced by close_slave(), and open_slave().


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