AgamaServiceName
@available(*, deprecated, message: "This type is no longer available and will be removed in a future version.")
@objc(THEOplayerAgamaServiceName)
public enum AgamaServiceName : Int
extension AgamaServiceName: Codable
The different Agama Service names.
-
Live.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameNONE) case none = 0
-
Live.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameLIVE) case live = 1
-
Subscription video on demand.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameSVOD) case svod = 2
-
Near video on demand.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameNVOD) case nvod = 3
-
Transactional video on demand.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameTVOD) case tvod = 4
-
Advertising video on demand.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameAVOD) case avod = 5
-
Catch up tv.
Declaration
Swift
@objc(THEOplayerAgamaServiceNameCATCH_UP_TV) case catchuptv = 6
-
The raw value of type String.
Declaration
Swift
public var _rawValue: String { get set }