Package apple.coreaudiotypes.enums
Class SMPTETimeType
- java.lang.Object
-
- apple.coreaudiotypes.enums.SMPTETimeType
-
public final class SMPTETimeType extends java.lang.Object[@enum] SMPTE Time Types Constants that describe the type of SMPTE time. [@constant] kSMPTETimeType24 24 Frame [@constant] kSMPTETimeType25 25 Frame [@constant] kSMPTETimeType30Drop 30 Drop Frame [@constant] kSMPTETimeType30 30 Frame [@constant] kSMPTETimeType2997 29.97 Frame [@constant] kSMPTETimeType2997Drop 29.97 Drop Frame [@constant] kSMPTETimeType60 60 Frame [@constant] kSMPTETimeType5994 59.94 Frame [@constant] kSMPTETimeType60Drop 60 Drop Frame [@constant] kSMPTETimeType5994Drop 59.94 Drop Frame [@constant] kSMPTETimeType50 50 Frame [@constant] kSMPTETimeType2398 23.98 Frame
-
-
Field Summary
Fields Modifier and Type Field Description static intType2398static intType24static intType25static intType2997static intType2997Dropstatic intType30static intType30Dropstatic intType50static intType5994static intType5994Dropstatic intType60static intType60Drop
-
-
-
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
-
Type60Drop
public static final int Type60Drop
- See Also:
- Constant Field Values
-
Type5994Drop
public static final int Type5994Drop
- See Also:
- Constant Field Values
-
Type50
public static final int Type50
- See Also:
- Constant Field Values
-
Type2398
public static final int Type2398
- See Also:
- Constant Field Values
-
-