FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVFilterCommand Struct Reference

#include <internal.h>

Data Fields

double time
 time expressed in seconds
 
char * command
 command
 
char * arg
 optional argument for the command
 
int flags
 
struct AVFilterCommandnext
 

Detailed Description

Definition at line 44 of file internal.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: