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")
public class KeyOSDRMConfiguration : MultiplatformDRMConfigurationThe KeyOS DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with KeyOS integration.
- 
                  
                  The KeyOS custom data. DeclarationSwift public var customdata: String?
- 
                  
                  Constructs a KeyOS DRMConfiguration. DeclarationSwift public init( customdata: String?, keySystemConfigurations: KeySystemConfigurationCollection )ParameterscustomdataThe KeyOs custom data. keySystemConfigurationsThe key system configurations (FairPlay, Widevide). 
