TextTrackFormat

@objc(THEOplayerTextTrackFormat)
public enum TextTrackFormat : Int
extension TextTrackFormat: Codable

Describes the format of the text track.

  • The text track is in the Web Video Text Tracks format.

    Declaration

    Swift

    @objc(THEOplayerTextTrackFormatWEBVTT)
    case WebVTT = 1
  • The raw value of type String.

    Declaration

    Swift

    public var _rawValue: String { get set }