FFmpegKit Android API 5.1
Data Fields
OutputFile Struct Reference

#include <fftools_ffmpeg.h>

Data Fields

int index
 
const AVOutputFormat * format
 
AVFormatContext * ctx
 
AVDictionary * opts
 
int ost_index
 
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...
 
uint64_t limit_filesize
 
int shortest
 
int header_written
 

Detailed Description

Definition at line 624 of file fftools_ffmpeg.h.

Field Documentation

◆ ctx

AVFormatContext* OutputFile::ctx

Definition at line 629 of file fftools_ffmpeg.h.

◆ format

const AVOutputFormat* OutputFile::format

Definition at line 627 of file fftools_ffmpeg.h.

◆ header_written

int OutputFile::header_written

Definition at line 638 of file fftools_ffmpeg.h.

◆ index

int OutputFile::index

Definition at line 625 of file fftools_ffmpeg.h.

◆ limit_filesize

uint64_t OutputFile::limit_filesize

Definition at line 634 of file fftools_ffmpeg.h.

◆ opts

AVDictionary* OutputFile::opts

Definition at line 630 of file fftools_ffmpeg.h.

◆ ost_index

int OutputFile::ost_index

Definition at line 631 of file fftools_ffmpeg.h.

◆ recording_time

int64_t OutputFile::recording_time

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

Definition at line 632 of file fftools_ffmpeg.h.

◆ shortest

int OutputFile::shortest

Definition at line 636 of file fftools_ffmpeg.h.

◆ start_time

int64_t OutputFile::start_time

start time in microseconds == AV_TIME_BASE units

Definition at line 633 of file fftools_ffmpeg.h.


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