FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
const AVOutputFormat * | format |
const char * | url |
OutputStream ** | streams |
int | nb_streams |
SyncQueue * | sq_encode |
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 |
const AVClass* OutputFile::class |
Definition at line 616 of file ffmpeg.h.
Referenced by mux_alloc().
int OutputFile::index |
Definition at line 618 of file ffmpeg.h.
Referenced by mux_alloc(), mux_check_init(), mux_final_stats(), mux_stream_alloc(), and thread_set_name().
const AVOutputFormat* OutputFile::format |
Definition at line 620 of file ffmpeg.h.
Referenced by of_open(), of_write_trailer(), and thread_set_name().
const char* OutputFile::url |
Definition at line 621 of file ffmpeg.h.
Referenced by mux_final_stats(), and of_open().
OutputStream** OutputFile::streams |
Definition at line 623 of file ffmpeg.h.
Referenced by check_written(), configure_output_audio_filter(), copy_meta(), mux_check_init(), mux_final_stats(), mux_stream_alloc(), muxer_thread(), of_add_metadata(), of_free(), of_open(), ost_iter(), process_forced_keyframes(), set_dispositions(), setup_sync_queues(), sync_queue_process(), trigger_fix_sub_duration_heartbeat(), and validate_enc_avopt().
int OutputFile::nb_streams |
Definition at line 624 of file ffmpeg.h.
Referenced by check_written(), configure_output_audio_filter(), copy_meta(), mux_final_stats(), mux_stream_alloc(), of_free(), of_open(), process_forced_keyframes(), trigger_fix_sub_duration_heartbeat(), and validate_enc_avopt().
SyncQueue* OutputFile::sq_encode |
Definition at line 626 of file ffmpeg.h.
Referenced by close_output_stream(), enc_flush(), enc_open(), of_free(), setup_sync_queues(), and submit_encode_frame().
int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 628 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().
int64_t OutputFile::start_time |
start time in microseconds == AV_TIME_BASE units
Definition at line 629 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), enc_subtitle(), of_open(), of_streamcopy(), ofilter_bind_ost(), and streamcopy_init().
int OutputFile::shortest |
Definition at line 631 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), of_open(), and setup_sync_queues().
int OutputFile::bitexact |
Definition at line 632 of file ffmpeg.h.
Referenced by of_open(), and set_encoder_id().