IrdetoDRMConfiguration
@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(THEOplayerIrdetoDRMConfiguration)
public class IrdetoDRMConfiguration : MultiplatformDRMConfigurationThe Irdeto DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Irdeto integration.
- 
                  
                  Constructs an Irdeto DRMConfiguration. DeclarationSwift @objc public init(crmId: String, accountId: String, contentId: String, keyId: String, applicationId: String, sessionId: String? = nil, ticket: String? = nil, keySystemConfigurations: KeySystemConfigurationCollection)ParameterscrmIdThe crm identifier. accountIdThe account identifier. contentIdThe content identifier. keyIdThe keyId. applicationIdThe application identifier. sessionIdThe session identifier, defaults to nil. ticketThe ticket, defaults to nil. keySystemConfigurationsthe key system configurations (FairPlay, Widevide). 
