Package apple.corevideo.enums
Class CVSMPTETimeType
- java.lang.Object
-
- apple.corevideo.enums.CVSMPTETimeType
-
public final class CVSMPTETimeType extends java.lang.Object[@enum] SMPTE Time Types Constants that describe the type of SMPTE time. [@constant] kCVSMPTETimeType24 24 Frame [@constant] kCVSMPTETimeType25 25 Frame [@constant] kCVSMPTETimeType30Drop 30 Drop Frame [@constant] kCVSMPTETimeType30 30 Frame [@constant] kCVSMPTETimeType2997 29.97 Frame [@constant] kCVSMPTETimeType2997Drop 29.97 Drop Frame [@constant] kCVSMPTETimeType60 60 Frame [@constant] kCVSMPTETimeType5994 59.94 Frame
-
-
Field Summary
Fields Modifier and Type Field Description static intType24static intType25static intType2997static intType2997Dropstatic intType30static intType30Dropstatic intType5994static intType60
-
-
-
Field Detail
-
Type24
public static final int Type24
- See Also:
- Constant Field Values
-
Type25
public static final int Type25
- See Also:
- Constant Field Values
-
Type30Drop
public static final int Type30Drop
- See Also:
- Constant Field Values
-
Type30
public static final int Type30
- See Also:
- Constant Field Values
-
Type2997
public static final int Type2997
- See Also:
- Constant Field Values
-
Type2997Drop
public static final int Type2997Drop
- See Also:
- Constant Field Values
-
Type60
public static final int Type60
- See Also:
- Constant Field Values
-
Type5994
public static final int Type5994
- See Also:
- Constant Field Values
-
-