-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum CaptionType
Defines standard keys for each type of deliverable caption type handled by the SDK. These values correspond to the standard MIME types for each specification.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description WEBVTT_M3U8
Indicates WebVTT captions delivered through segmented VTT files
EBUTTML
Indicates EBU+TTML captioning.
MP4VTT
Indicates X-MP4-VTT captioning.
CEA708
Indicates CEA-708 captioning.
CEA608
Indicates CEA-608 captioning.
WEBVTT
Indicates WebVTT captioning.
TTML
Indicates DFXP/TTML captioning.
UNKNOWN
Indicates that no CaptionType was specified.
-
Method Summary
Modifier and Type Method Description String
toString()
static CaptionType
fromString(String text)
static Array<CaptionType>
values()
static CaptionType
valueOf(String name)
-
-
Method Detail
-
fromString
static CaptionType fromString(String text)
-
values
static Array<CaptionType> values()
-
valueOf
static CaptionType valueOf(String name)
-
-
-
-