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 363 of file avconv.h.

Field Documentation

§ ctx

AVFormatContext* OutputFile::ctx

§ opts

AVDictionary* OutputFile::opts

Definition at line 365 of file avconv.h.

Referenced by avconv_cleanup(), open_output_file(), and set_encoder_id().

§ ost_index

int OutputFile::ost_index

Definition at line 366 of file avconv.h.

Referenced by finish_output_stream(), need_output(), open_output_file(), and print_final_stats().

§ recording_time

int64_t OutputFile::recording_time

§ start_time

int64_t OutputFile::start_time

§ limit_filesize

uint64_t OutputFile::limit_filesize

Definition at line 369 of file avconv.h.

Referenced by need_output(), and open_output_file().

§ shortest

int OutputFile::shortest

Definition at line 371 of file avconv.h.

Referenced by finish_output_stream(), and open_output_file().


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