|
MobileFFmpeg iOS / tvOS API
4.4
|
Data Fields | |
| 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 |
Definition at line 577 of file fftools_ffmpeg.h.
| AVFormatContext* OutputFile::ctx |
Definition at line 578 of file fftools_ffmpeg.h.
| int OutputFile::header_written |
Definition at line 587 of file fftools_ffmpeg.h.
| uint64_t OutputFile::limit_filesize |
Definition at line 583 of file fftools_ffmpeg.h.
| AVDictionary* OutputFile::opts |
Definition at line 579 of file fftools_ffmpeg.h.
| int OutputFile::ost_index |
Definition at line 580 of file fftools_ffmpeg.h.
| int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 581 of file fftools_ffmpeg.h.
| int OutputFile::shortest |
Definition at line 585 of file fftools_ffmpeg.h.
| int64_t OutputFile::start_time |
start time in microseconds == AV_TIME_BASE units
Definition at line 582 of file fftools_ffmpeg.h.
1.8.18