| FFmpeg
    | 
AVFilterCommand Struct Reference
  #include <internal.h>
Collaboration diagram for AVFilterCommand:

| 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 | 
Detailed Description
Definition at line 40 of file libavfilter/internal.h.
Field Documentation
| char* AVFilterCommand::arg | 
optional argument for the command
Definition at line 43 of file libavfilter/internal.h.
Referenced by ff_command_queue_pop(), and ff_filter_frame_framed().
| char* AVFilterCommand::command | 
command
Definition at line 42 of file libavfilter/internal.h.
Referenced by ff_command_queue_pop(), and ff_filter_frame_framed().
| int AVFilterCommand::flags | 
Definition at line 44 of file libavfilter/internal.h.
Referenced by ff_filter_frame_framed().
| struct AVFilterCommand* AVFilterCommand::next | 
Definition at line 45 of file libavfilter/internal.h.
Referenced by avfilter_graph_queue_command(), and ff_command_queue_pop().
| double AVFilterCommand::time | 
time expressed in seconds
Definition at line 41 of file libavfilter/internal.h.
Referenced by avfilter_graph_queue_command(), and ff_filter_frame_framed().
The documentation for this struct was generated from the following file:
Generated by
 1.8.11
 1.8.11