Other Enumerations
The following enumerations are available globally.
-
OTVDrmSecurityLevel represents the rated security for the different codecs
See moreDeclaration
Objective-C
enum OTVDRMSecurityLevel {}
Swift
enum OTVDRMSecurityLevel : Int
-
ObjectiveC compatible enumeration of the possible errors of a persistence asset.
See moreDeclaration
Objective-C
enum OTVDownloadError {}
Swift
enum OTVDownloadError : Int
-
Declaration
Objective-C
SWIFT_ENUM(NSInteger, OTVOutputDeviceType, open) { /// Digital output consists of HDMI output from HDMI adapters. /// These can be connected to iOS,iPadOS and tvOS devices. OTVOutputDeviceTypeDigital = 1, /// Airplay output can be setup between an iOS/iPadOS device to a tvOS device. OTVOutputDeviceTypeAirplay = 2, /// Screen recording can be activated by an iOS/iPadOS device by clicking the recording button from the control pannel. OTVOutputDeviceTypeRecording = 3, /// mirroring output can be setup between an iOS/iPadOS device to a tvOS device. OTVOutputDeviceTypeMirroring = 4, /// This is an unknown type of output. OTVOutputDeviceTypeUnknown = 5, }
Swift
enum OTVOutputDeviceType : Int