FFmpeg
|
#include <internal.h>
Data Fields | |
double | time |
time expressed in seconds More... | |
char * | command |
command More... | |
char * | arg |
optional argument for the command More... | |
int | flags |
struct AVFilterCommand * | next |
Definition at line 33 of file internal.h.
double AVFilterCommand::time |
time expressed in seconds
Definition at line 34 of file internal.h.
Referenced by avfilter_graph_queue_command(), and ff_inlink_process_commands().
char* AVFilterCommand::command |
char* AVFilterCommand::arg |
optional argument for the command
Definition at line 36 of file internal.h.
Referenced by ff_inlink_process_commands().
int AVFilterCommand::flags |
Definition at line 37 of file internal.h.
Referenced by ff_inlink_process_commands().
struct AVFilterCommand* AVFilterCommand::next |
Definition at line 38 of file internal.h.
Referenced by avfilter_graph_queue_command().