FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
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 |
const AVClass* OutputFile::class |
Definition at line 639 of file ffmpeg.h.
Referenced by mux_alloc().
int OutputFile::index |
Definition at line 641 of file ffmpeg.h.
Referenced by encode_frame(), mux_alloc(), mux_check_init(), mux_final_stats(), mux_stream_alloc(), muxer_thread(), of_stream_init(), ost_bind_filter(), ost_iter(), and thread_set_name().
const char* OutputFile::url |
Definition at line 643 of file ffmpeg.h.
Referenced by mux_final_stats(), and of_open().
OutputStream** OutputFile::streams |
Definition at line 645 of file ffmpeg.h.
Referenced by check_written(), copy_meta(), create_streams(), dec_create(), mux_final_stats(), mux_stream_alloc(), muxer_thread(), of_free(), of_open(), ost_iter(), process_forced_keyframes(), set_dispositions(), setup_sync_queues(), and sync_queue_process().
int OutputFile::nb_streams |
Definition at line 646 of file ffmpeg.h.
Referenced by check_written(), copy_meta(), create_streams(), dec_create(), mux_final_stats(), mux_stream_alloc(), of_free(), of_open(), and process_forced_keyframes().
int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 648 of file ffmpeg.h.
Referenced by check_recording_time(), copy_chapters(), copy_meta(), of_open(), of_streamcopy(), and ost_bind_filter().
int64_t OutputFile::start_time |
start time in microseconds == AV_TIME_BASE units
Definition at line 649 of file ffmpeg.h.
Referenced by copy_chapters(), do_subtitle_out(), of_open(), of_streamcopy(), ost_bind_filter(), and streamcopy_init().