-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum CuePoint.CuePointType
Specifies the cue point type.
-
-
Method Summary
Modifier and Type Method Description String
toString()
static Array<CuePoint.CuePointType>
values()
static CuePoint.CuePointType
valueOf(String name)
-
-
Method Detail
-
values
static Array<CuePoint.CuePointType> values()
-
valueOf
static CuePoint.CuePointType valueOf(String name)
-
-
-
-