public final class CVTimeStampFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BottomField
There are flags for each field to make it easier to detect interlaced vs progressive output
|
static long |
HostTimeValid |
static long |
IsInterlaced
Some commonly used combinations of timestamp flags
|
static long |
RateScalarValid |
static long |
SMPTETimeValid |
static long |
TopField
There are flags for each field to make it easier to detect interlaced vs progressive output
|
static long |
VideoHostTimeValid
Some commonly used combinations of timestamp flags
|
static long |
VideoRefreshPeriodValid |
static long |
VideoTimeValid |
public static final long VideoTimeValid
public static final long HostTimeValid
public static final long SMPTETimeValid
public static final long VideoRefreshPeriodValid
public static final long RateScalarValid
public static final long TopField
public static final long BottomField
public static final long VideoHostTimeValid
public static final long IsInterlaced