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 87 of file f_sendcmd.c.

Field Documentation

◆ start_ts

int64_t Interval::start_ts

start timestamp expressed as microseconds units

Definition at line 88 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 89 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 90 of file f_sendcmd.c.

Referenced by convert_from_tensorflow.Operand::__lt__(), convert_from_tensorflow.Operand::__str__(), cmp_intervals(), filter_frame(), init(), and parse_interval().

◆ commands

Command* Interval::commands

Definition at line 91 of file f_sendcmd.c.

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

◆ nb_commands

int Interval::nb_commands

Definition at line 92 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 93 of file f_sendcmd.c.

Referenced by filter_frame().


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