public final class CVSMPTETimeType
extends java.lang.Object
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
| Modifier and Type | Field and Description |
|---|---|
static int |
Type24 |
static int |
Type25 |
static int |
Type2997 |
static int |
Type2997Drop |
static int |
Type30 |
static int |
Type30Drop |
static int |
Type5994 |
static int |
Type60 |
public static final int Type24
public static final int Type25
public static final int Type30Drop
public static final int Type30
public static final int Type2997
public static final int Type2997Drop
public static final int Type60
public static final int Type5994