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.

Entries

Link copied to clipboard

Indicates that no CaptionType was specified.

Link copied to clipboard

Indicates DFXP/TTML captioning.

Link copied to clipboard

Indicates WebVTT captioning.

Link copied to clipboard

Indicates CEA-608 captioning.

Link copied to clipboard

Indicates CEA-708 captioning.

Link copied to clipboard

Indicates X-MP4-VTT captioning.

Link copied to clipboard

Indicates EBU+TTML captioning.

Link copied to clipboard

Indicates WebVTT captions delivered through segmented VTT files

Link copied to clipboard

Indicates captions delivered as x-media3-cues content type

Functions

Link copied to clipboard
open fun fromString(text: String): CaptionType
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): CaptionType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<CaptionType>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.