FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const AVClass * | class |
int | index |
InputFilter ** | inputs |
int | nb_inputs |
OutputFilter ** | outputs |
int | nb_outputs |
const AVClass* FilterGraph::class |
Definition at line 374 of file ffmpeg.h.
Referenced by fg_create().
int FilterGraph::index |
Definition at line 375 of file ffmpeg.h.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), create_streams(), fg_create(), fg_thread_set_name(), ifilter_bind_fg(), map_manual(), ost_add(), and send_command().
InputFilter** FilterGraph::inputs |
Definition at line 377 of file ffmpeg.h.
Referenced by bind_inputs(), choose_input(), cleanup_filtergraph(), configure_filtergraph(), fg_create_simple(), fg_free(), filter_thread(), ifilter_alloc(), ifilter_has_all_input_formats(), and read_frames().
int FilterGraph::nb_inputs |
Definition at line 378 of file ffmpeg.h.
Referenced by bind_inputs(), choose_input(), cleanup_filtergraph(), configure_filtergraph(), fg_create(), fg_create_simple(), fg_free(), fg_thread_init(), filter_thread(), ifilter_alloc(), ifilter_has_all_input_formats(), and read_frames().
OutputFilter** FilterGraph::outputs |
Definition at line 379 of file ffmpeg.h.
Referenced by cleanup_filtergraph(), configure_filtergraph(), create_streams(), fg_complex_bind_input(), fg_create_simple(), fg_finalise_bindings(), fg_free(), fg_thread_set_name(), filter_thread(), ifilter_bind_fg(), map_manual(), ofilter_alloc(), and read_frames().
int FilterGraph::nb_outputs |
Definition at line 380 of file ffmpeg.h.
Referenced by cleanup_filtergraph(), configure_filtergraph(), create_streams(), fg_complex_bind_input(), fg_create(), fg_create_simple(), fg_finalise_bindings(), fg_free(), fg_thread_init(), filter_thread(), map_manual(), ofilter_alloc(), and read_frames().