FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
const AVOutputFormat * | format |
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 | shortest |
int | bitexact |
const AVClass* OutputFile::class |
Definition at line 575 of file ffmpeg.h.
Referenced by mux_alloc().
int OutputFile::index |
Definition at line 577 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_iter(), and thread_set_name().
const AVOutputFormat* OutputFile::format |
Definition at line 579 of file ffmpeg.h.
Referenced by of_open(), of_write_trailer(), and thread_set_name().
const char* OutputFile::url |
Definition at line 580 of file ffmpeg.h.
Referenced by mux_final_stats(), and of_open().
OutputStream** OutputFile::streams |
Definition at line 582 of file ffmpeg.h.
Referenced by check_written(), configure_output_audio_filter(), 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(), sync_queue_process(), and validate_enc_avopt().
int OutputFile::nb_streams |
Definition at line 583 of file ffmpeg.h.
Referenced by check_written(), configure_output_audio_filter(), copy_meta(), dec_create(), mux_final_stats(), mux_stream_alloc(), of_free(), of_open(), process_forced_keyframes(), and validate_enc_avopt().
int64_t OutputFile::recording_time |
desired length of the resulting file in microseconds == AV_TIME_BASE units
Definition at line 585 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 586 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), configure_output_video_filter(), copy_chapters(), do_subtitle_out(), of_open(), of_streamcopy(), ofilter_bind_ost(), and streamcopy_init().
int OutputFile::shortest |
Definition at line 588 of file ffmpeg.h.
Referenced by configure_output_audio_filter(), of_open(), and setup_sync_queues().
int OutputFile::bitexact |
Definition at line 589 of file ffmpeg.h.
Referenced by of_open(), and set_encoder_id().