CaptionSourceType

public enum CaptionSourceType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case ancillary = "ANCILLARY"
  • Undocumented

    Declaration

    Swift

    case dvbSub = "DVB_SUB"
  • Undocumented

    Declaration

    Swift

    case embedded = "EMBEDDED"
  • Undocumented

    Declaration

    Swift

    case scte20 = "SCTE20"
  • scc

    Undocumented

    Declaration

    Swift

    case scc = "SCC"
  • Undocumented

    Declaration

    Swift

    case ttml = "TTML"
  • stl

    Undocumented

    Declaration

    Swift

    case stl = "STL"
  • srt

    Undocumented

    Declaration

    Swift

    case srt = "SRT"
  • smi

    Undocumented

    Declaration

    Swift

    case smi = "SMI"
  • Undocumented

    Declaration

    Swift

    case teletext = "TELETEXT"
  • Undocumented

    Declaration

    Swift

    case nullSource = "NULL_SOURCE"
  • Undocumented

    Declaration

    Swift

    case imsc = "IMSC"
  • Declaration

    Swift

    public var description: String { get }