Package apple.corevideo.enums
Class CVTimeStampFlags
- java.lang.Object
-
- apple.corevideo.enums.CVTimeStampFlags
-
public final class CVTimeStampFlags extends java.lang.ObjectFlags for the CVTimeStamp structure
-
-
Field Summary
Fields Modifier and Type Field Description static longBottomFieldThere are flags for each field to make it easier to detect interlaced vs progressive outputstatic longHostTimeValidstatic longIsInterlacedSome commonly used combinations of timestamp flagsstatic longRateScalarValidstatic longSMPTETimeValidstatic longTopFieldThere are flags for each field to make it easier to detect interlaced vs progressive outputstatic longVideoHostTimeValidSome commonly used combinations of timestamp flagsstatic longVideoRefreshPeriodValidstatic longVideoTimeValid
-
-
-
Field Detail
-
VideoTimeValid
public static final long VideoTimeValid
- See Also:
- Constant Field Values
-
HostTimeValid
public static final long HostTimeValid
- See Also:
- Constant Field Values
-
SMPTETimeValid
public static final long SMPTETimeValid
- See Also:
- Constant Field Values
-
VideoRefreshPeriodValid
public static final long VideoRefreshPeriodValid
- See Also:
- Constant Field Values
-
RateScalarValid
public static final long RateScalarValid
- See Also:
- Constant Field Values
-
TopField
public static final long TopField
There are flags for each field to make it easier to detect interlaced vs progressive output- See Also:
- Constant Field Values
-
BottomField
public static final long BottomField
There are flags for each field to make it easier to detect interlaced vs progressive output- See Also:
- Constant Field Values
-
VideoHostTimeValid
public static final long VideoHostTimeValid
Some commonly used combinations of timestamp flags- See Also:
- Constant Field Values
-
IsInterlaced
public static final long IsInterlaced
Some commonly used combinations of timestamp flags- See Also:
- Constant Field Values
-
-