IrdetoDRMConfiguration
@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). 
- 
                  init(licenseAcquisitionURL:certificateURL: crmId: accountId: contentId: keyId: applicationId: sessionId: ticket: headers: ) Constructs an Irdeto DRMConfiguration. DeclarationSwift @available(*, deprecated, message: "This initializer will be removed in the next major release. Please use init(crmId:accountId:contentId:keyId:applicationId:sessionId:ticket:keySystemConfigurations:﹚ instead.") @objc public convenience init( licenseAcquisitionURL: String, certificateURL: String, crmId: String, accountId: String, contentId: String, keyId: String, applicationId: String, sessionId: String? = nil, ticket: String? = nil, headers: [[String: String]]? = nil )ParameterslicenseAcquisitionURLThe license aquisition URL for FairPlay. certificateURLThe certificate URL for FairPlay. crmIdThe crm identifier. accountIdThe account identifier. contentIdThe content identifier. keyIdThe keyId. applicationIdThe application identifier. sessionIdThe session identifier, defaults to nil. ticketThe ticket, defaults to nil. headersThe Irdeto headers for FairPlay, defaults to nil. 
 IrdetoDRMConfiguration Class Reference
      IrdetoDRMConfiguration Class Reference