FFmpeg
Data Fields
OutputFile Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
int index
 
const AVOutputFormatformat
 
const char * url
 
OutputStream ** streams
 
int nb_streams
 
int64_t recording_time
 desired length of the resulting file in microseconds == AV_TIME_BASE units More...
 
int64_t start_time
 start time in microseconds == AV_TIME_BASE units More...
 
int shortest
 
int bitexact
 

Detailed Description

Definition at line 574 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* OutputFile::class

Definition at line 575 of file ffmpeg.h.

Referenced by mux_alloc().

◆ index

int OutputFile::index

◆ format

const AVOutputFormat* OutputFile::format

Definition at line 579 of file ffmpeg.h.

Referenced by of_open(), of_write_trailer(), and thread_set_name().

◆ url

const char* OutputFile::url

Definition at line 580 of file ffmpeg.h.

Referenced by mux_final_stats(), and of_open().

◆ streams

OutputStream** OutputFile::streams

◆ nb_streams

int OutputFile::nb_streams

◆ recording_time

int64_t OutputFile::recording_time

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

Definition at line 585 of file ffmpeg.h.

Referenced by check_recording_time(), configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), copy_meta(), of_open(), and of_streamcopy().

◆ start_time

int64_t OutputFile::start_time

start time in microseconds == AV_TIME_BASE units

Definition at line 586 of file ffmpeg.h.

Referenced by configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_subtitle_out(), of_open(), of_streamcopy(), ofilter_bind_ost(), and streamcopy_init().

◆ shortest

int OutputFile::shortest

Definition at line 588 of file ffmpeg.h.

Referenced by configure_output_audio_filter(), of_open(), and setup_sync_queues().

◆ bitexact

int OutputFile::bitexact

Definition at line 589 of file ffmpeg.h.

Referenced by of_open(), and set_encoder_id().


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