ComcastDRMConfiguration
@objc(THEOplayerComcastDRMConfiguration)
public class ComcastDRMConfiguration : MultiplatformDRMConfigurationRepresents Comcast MPX DRM Configuration.
- 
                  
                  The PID of the media for which the license is being requested. DeclarationSwift @objc public var releasePid: String
- 
                  
                  The Comcast Authorization Token. DeclarationSwift @objc public var token: String
- 
                  
                  The identifier of the Comcast account. DeclarationSwift @objc public var accountId: String
- 
                  
                  Constructs an Comcast DRM Configuration. DeclarationSwift @objc public init(releasePid: String, token: String, accountId: String, keySystemConfigurations: KeySystemConfigurationCollection)ParametersreleasePidThe PID of the media for which the license is being requested. tokenThe Comcast Token. accountIdThe identifier of the Comcast account. keySystemConfigurationsThe key system configurations (FairPlay, Widevide). 
- 
                  
                  Constructs an Comcast DRM Configuration. DeclarationSwift @available(*, deprecated, message: "This initializer will be removed in the next major release. Please use init(releasePid:token:accountId:keySystemConfigurations:﹚ instead.") @objc public convenience init(licenseAcquisitionURL: String, releasePid: String, token: String, accountId: String, certificateURL: String, headers: [[String : String]]? = nil)ParameterslicenseAcquisitionURLThe license acquisition URL for FairPlay. releasePidThe PID of the media for which the license is being requested. tokenThe Comcast Token. certificateURLThe certificate URL for FairPlay. accountIdThe identifier of the Comcast account. headersThe Comcast Headers for FairPlay, defaults to nil. 
 ComcastDRMConfiguration Class Reference
      ComcastDRMConfiguration Class Reference