|
FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
| const AVClass * | class |
| int | index |
| InputFilter ** | inputs |
| int | nb_inputs |
| OutputFilter ** | outputs |
| int | nb_outputs |
| int | is_internal |
| const char * | graph_desc |
| struct AVBPrint | graph_print_buf |
| const AVClass* FilterGraph::class |
Definition at line 408 of file ffmpeg.h.
Referenced by fg_create().
| int FilterGraph::index |
Definition at line 409 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_auto_video(), map_manual(), ost_add(), print_filtergraph_single(), and send_command().
| InputFilter** FilterGraph::inputs |
Definition at line 411 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(), print_filtergraph_single(), and read_frames().
| int FilterGraph::nb_inputs |
Definition at line 412 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(), print_filtergraph_single(), and read_frames().
| OutputFilter** FilterGraph::outputs |
Definition at line 413 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_auto_video(), map_manual(), ofilter_alloc(), print_filtergraph_single(), and read_frames().
| int FilterGraph::nb_outputs |
Definition at line 414 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_auto_video(), map_manual(), ofilter_alloc(), print_filtergraph_single(), and read_frames().
| int FilterGraph::is_internal |
Definition at line 419 of file ffmpeg.h.
Referenced by fg_finalise_bindings(), and istg_parse_tile_grid().
| const char* FilterGraph::graph_desc |
Definition at line 421 of file ffmpeg.h.
Referenced by configure_filtergraph(), fg_complex_bind_input(), fg_create(), fg_free(), and print_filtergraph_single().
| struct AVBPrint FilterGraph::graph_print_buf |
Definition at line 422 of file ffmpeg.h.
Referenced by print_filtergraph(), and print_filtergraphs_priv().
1.8.17