FFmpeg
Data Fields
Interval Struct Reference

Data Fields

int64_t start_ts
 start timestamp expressed as microseconds units More...
 
int64_t end_ts
 end timestamp expressed as microseconds units More...
 
int index
 unique index for these interval commands More...
 
Commandcommands
 
int nb_commands
 
int enabled
 current time detected inside this interval More...
 

Detailed Description

Definition at line 98 of file f_sendcmd.c.

Field Documentation

◆ start_ts

int64_t Interval::start_ts

start timestamp expressed as microseconds units

Definition at line 99 of file f_sendcmd.c.

Referenced by cmp_intervals(), filter_frame(), init(), and parse_interval().

◆ end_ts

int64_t Interval::end_ts

end timestamp expressed as microseconds units

Definition at line 100 of file f_sendcmd.c.

Referenced by filter_frame(), init(), and parse_interval().

◆ index

int Interval::index

unique index for these interval commands

Definition at line 101 of file f_sendcmd.c.

Referenced by cmp_intervals(), filter_frame(), init(), and parse_interval().

◆ commands

Command* Interval::commands

Definition at line 102 of file f_sendcmd.c.

Referenced by filter_frame(), init(), parse_interval(), and uninit().

◆ nb_commands

int Interval::nb_commands

Definition at line 103 of file f_sendcmd.c.

Referenced by filter_frame(), init(), parse_interval(), and uninit().

◆ enabled

int Interval::enabled

current time detected inside this interval

Definition at line 104 of file f_sendcmd.c.

Referenced by filter_frame().


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