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

#include <ffmpeg.h>

Data Fields

AVFormatContextctx
 
AVDictionaryopts
 
int ost_index
 
int64_t recording_time
 desired length of the resulting file in microseconds == AV_TIME_BASE units
 
int64_t start_time
 start time in microseconds == AV_TIME_BASE units
 
uint64_t limit_filesize
 
int shortest
 

Detailed Description

Definition at line 445 of file ffmpeg.h.

Field Documentation

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

Definition at line 447 of file ffmpeg.h.

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

int OutputFile::ost_index

Definition at line 448 of file ffmpeg.h.

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

int64_t OutputFile::recording_time

desired length of the resulting file in microseconds == AV_TIME_BASE units

Definition at line 449 of file ffmpeg.h.

Referenced by check_recording_time(), close_output_stream(), configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_streamcopy(), and open_output_file().

int64_t OutputFile::start_time
uint64_t OutputFile::limit_filesize

Definition at line 451 of file ffmpeg.h.

Referenced by need_output(), and open_output_file().

int OutputFile::shortest

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