VimondDRMConfiguration
@objc(THEOplayerVimondDRMConfiguration)
public class VimondDRMConfiguration : MultiplatformDRMConfiguration
Describes the configuration of the Vimond DRM integration.
-
Constructs a Vimond DRMConfiguration.
Declaration
Swift
@objc public init(keySystemConfigurations: KeySystemConfigurationCollection)
Parameters
keySystemConfigurations
the key system configurations (FairPlay, Widevide)
-
Constructs a Vimond DRMConfiguration.
Declaration
Swift
@available(*, deprecated, message: "This initializer will be removed in the next major release. Please use init(keySystemConfigurations:﹚ instead.") @objc public convenience init(licenseAcquisitionURL: String, certificateURL: String, headers: [[String : String]]? = nil)
Parameters
licenseAcquisitionURL
The license aquisition URL for FairPlay.
certificateURL
The certificate URL for FairPlay.
headers
The Vimond headers for FairPlay, defaults to nil.