FFmpeg
|
#include <internal.h>
Data Fields | |
double | time |
time expressed in seconds | |
char * | command |
command | |
char * | arg |
optional argument for the command | |
int | flags |
struct AVFilterCommand * | next |
Definition at line 44 of file internal.h.
double AVFilterCommand::time |
time expressed in seconds
Definition at line 45 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_filter_frame_framed().
char* AVFilterCommand::command |
command
Definition at line 46 of file internal.h.
Referenced by ff_command_queue_pop(), and ff_filter_frame_framed().
char* AVFilterCommand::arg |
optional argument for the command
Definition at line 47 of file internal.h.
Referenced by ff_command_queue_pop(), and ff_filter_frame_framed().
int AVFilterCommand::flags |
Definition at line 48 of file internal.h.
Referenced by ff_filter_frame_framed().
struct AVFilterCommand* AVFilterCommand::next |
Definition at line 49 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_command_queue_pop().