|
FFmpeg
|
#include <avfilter_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 130 of file avfilter_internal.h.
| double AVFilterCommand::time |
time expressed in seconds
Definition at line 131 of file avfilter_internal.h.
Referenced by avfilter_graph_queue_command().
| char* AVFilterCommand::command |
command
Definition at line 132 of file avfilter_internal.h.
| char* AVFilterCommand::arg |
optional argument for the command
Definition at line 133 of file avfilter_internal.h.
| int AVFilterCommand::flags |
Definition at line 134 of file avfilter_internal.h.
| struct AVFilterCommand* AVFilterCommand::next |
Definition at line 135 of file avfilter_internal.h.
Referenced by avfilter_graph_queue_command().