ComcastDRMConfiguration
@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 ComcastDRMConfiguration : MultiplatformDRMConfigurationRepresents Comcast MPX DRM Configuration.
- 
                  
                  The PID of the media for which the license is being requested. DeclarationSwift public var releasePid: String
- 
                  
                  The Comcast Authorization Token. DeclarationSwift public var token: String
- 
                  
                  The identifier of the Comcast account. DeclarationSwift public var accountId: String
- 
                  
                  Constructs an Comcast DRM Configuration. DeclarationSwift 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). 
