ReservationCodec
public enum ReservationCodec : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case mpeg2 = "MPEG2" -
Undocumented
Declaration
Swift
case avc = "AVC" -
Undocumented
Declaration
Swift
case hevc = "HEVC" -
Undocumented
Declaration
Swift
case audio = "AUDIO" -
Declaration
Swift
public var description: String { get }
View on GitHub
ReservationCodec Enumeration Reference