XstreamDRMConfiguration
@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 XstreamDRMConfiguration : MultiplatformDRMConfigurationThe Xstream DRMConfiguration object provides a set of DRM parameters for FairPlay DRM streaming with Xstream integration.
- 
                  
                  The required ticket acquisition URL. DeclarationSwift public var ticketAcquisitionURL: String
- 
                  
                  The required session id for the ticket server. DeclarationSwift public var sessionId: String?
- 
                  
                  The required stream id for the ticket server. DeclarationSwift public var streamId: String
- 
                  
                  Constructs a Xstream DRMConfiguration. DeclarationSwift public init(ticketAcquisitionURL: String, streamId: String, sessionId: String? = nil, keySystemConfigurations: KeySystemConfigurationCollection)ParametersticketAcquisitionURLThe URL for Xstream ticket acquisition. streamIdThe required stream id for the ticket server. sessionIdThe session id for the ticket server, defaults to nil. keySystemConfigurationsThe key system configurations (FairPlay, Widevide). 
