KeyOSDRMConfiguration
@available(*, deprecated, message: "All DRM pre-integrations are deprecated and will be removed in later versions. Please use the custom integration approach instead. For more info, check the guide and sample app at: https://github.com/THEOplayer/samples-ios-sdk/tree/master/DRM-Playback")
@objc(THEOplayerKeyOSDRMConfiguration)
public class KeyOSDRMConfiguration : MultiplatformDRMConfiguration
The KeyOS DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with KeyOS integration.
-
The KeyOS custom data.
Declaration
Swift
@objc public var customdata: String?
-
Constructs a KeyOS DRMConfiguration.
Declaration
Swift
@objc public init( customdata: String?, keySystemConfigurations: KeySystemConfigurationCollection )
Parameters
customdata
The KeyOs custom data.
keySystemConfigurations
The key system configurations (FairPlay, Widevide).