Libav
Data Fields
OutputFile Struct Reference

#include <avconv.h>

Data Fields

AVFormatContextctx
 
AVDictionaryopts
 
int ost_index
 
int64_t recording_time
 
int64_t start_time
 
uint64_t limit_filesize
 
int shortest
 

Detailed Description

Definition at line 342 of file avconv.h.

Field Documentation

AVFormatContext* OutputFile::ctx
AVDictionary* OutputFile::opts

Definition at line 344 of file avconv.h.

Referenced by open_output_file().

int OutputFile::ost_index

Definition at line 345 of file avconv.h.

Referenced by need_output(), open_output_file(), and poll_filters().

int64_t OutputFile::recording_time
int64_t OutputFile::start_time
uint64_t OutputFile::limit_filesize

Definition at line 348 of file avconv.h.

Referenced by need_output(), and open_output_file().

int OutputFile::shortest

Definition at line 350 of file avconv.h.

Referenced by open_output_file(), and poll_filters().


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