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"
-
Undocumented
Declaration
Swift
case scc = "SCC"
-
Undocumented
Declaration
Swift
case ttml = "TTML"
-
Undocumented
Declaration
Swift
case stl = "STL"
-
Undocumented
Declaration
Swift
case srt = "SRT"
-
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 }