HDK
|
An individual sample. A sample is either a blur, defining a rectangle, or linear, defining a line for linear interpolation. In both cases the sample is half-open on the right. More...
#include <types.h>
Public Member Functions | |
TsValueSample (TsTime inLeftTime, const VtValue &inLeftValue, TsTime inRightTime, const VtValue &inRightValue, bool inBlur=false) | |
Public Attributes | |
bool | isBlur |
True if a blur sample. More... | |
TsTime | leftTime |
Left side time (inclusive) More... | |
TsTime | rightTime |
Right side time (exclusive) More... | |
VtValue | leftValue |
Value at left or, for blur, min value. More... | |
VtValue | rightValue |
Value at right or, for blur, max value. More... | |
An individual sample. A sample is either a blur, defining a rectangle, or linear, defining a line for linear interpolation. In both cases the sample is half-open on the right.
VtValue TsValueSample::leftValue |
VtValue TsValueSample::rightValue |