FFmpeg
Data Fields
OutputFile Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
int index
 
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 bitexact
 

Detailed Description

Definition at line 613 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* OutputFile::class

Definition at line 614 of file ffmpeg.h.

Referenced by mux_alloc().

◆ index

int OutputFile::index

◆ url

const char* OutputFile::url

Definition at line 618 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 623 of file ffmpeg.h.

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

◆ start_time

int64_t OutputFile::start_time

start time in microseconds == AV_TIME_BASE units

Definition at line 624 of file ffmpeg.h.

Referenced by copy_chapters(), do_subtitle_out(), of_open(), of_streamcopy(), ost_add(), and streamcopy_init().

◆ bitexact

int OutputFile::bitexact

Definition at line 626 of file ffmpeg.h.

Referenced by of_open(), and set_encoder_id().


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