YospaceServerSideAdInsertionConfiguration
@available(*, deprecated, message: "This type is no longer available and will be removed in a future version.")
@objc(THEOplayerYospaceServerSideAdInsertionConfiguration)
public class YospaceServerSideAdInsertionConfiguration : NSObject, ServerSideAdInsertionConfiguration, Codable
The ServerSideAdInsertionConfiguration for the Yospace integration.
-
The Yospace SSAI integration identifier, defaults to
YospaceSSAIIntegrationID
.Declaration
Swift
@objc public var integration: SSAIIntegrationId
-
The stream playback mode.
Declaration
Swift
@objc public let streamType: StreamType
-
The Yospace log level.
Remark
By default all logs are disabled.Declaration
Swift
@objc public let logLevel: YospaceLogLevelConfiguration
-
Construct a YospaceServerSideAdInsertionConfiguration.
Declaration
Swift
@objc public init(streamType: StreamType = StreamType.live, logLevel: YospaceLogLevelConfiguration = YospaceLogLevelConfiguration())
Parameters
streamType
The type of stream, defaults to StreamType.live.
logLevel
The Yospace log level, by default all logs are disabled..