FFmpeg
Loading...
Searching...
No Matches
TrimBound Struct Reference

Data Fields

int active
 the option was set at all
 
enum TrimAxis axis
 
int relative
 offset is measured from the reference packet
 
int64_t offset
 option value converted to axis units
 
int64_t value
 resolved bound, meaningful once pending is clear
 
int pending
 the reference packet has not been seen yet
 

Detailed Description

Definition at line 62 of file trim.c.

Field Documentation

◆ active

int TrimBound::active

the option was set at all

Definition at line 64 of file trim.c.

◆ axis

enum TrimAxis TrimBound::axis

Definition at line 65 of file trim.c.

◆ relative

int TrimBound::relative

offset is measured from the reference packet

Definition at line 66 of file trim.c.

◆ offset

int64_t TrimBound::offset

option value converted to axis units

Definition at line 67 of file trim.c.

◆ value

int64_t TrimBound::value

resolved bound, meaningful once pending is clear

Definition at line 70 of file trim.c.

◆ pending

int TrimBound::pending

the reference packet has not been seen yet

Definition at line 71 of file trim.c.


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