FFmpeg
Data Fields
AVFilterCommand Struct Reference

#include <avfilter_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 AVFilterCommandnext
 

Detailed Description

Definition at line 87 of file avfilter_internal.h.

Field Documentation

◆ time

double AVFilterCommand::time

time expressed in seconds

Definition at line 88 of file avfilter_internal.h.

Referenced by avfilter_graph_queue_command(), and ff_inlink_process_commands().

◆ command

char* AVFilterCommand::command

command

Definition at line 89 of file avfilter_internal.h.

Referenced by ff_inlink_process_commands().

◆ arg

char* AVFilterCommand::arg

optional argument for the command

Definition at line 90 of file avfilter_internal.h.

Referenced by ff_inlink_process_commands().

◆ flags

int AVFilterCommand::flags

Definition at line 91 of file avfilter_internal.h.

Referenced by ff_inlink_process_commands().

◆ next

struct AVFilterCommand* AVFilterCommand::next

Definition at line 92 of file avfilter_internal.h.

Referenced by avfilter_graph_queue_command().


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