YospaceServerSideAdInsertionConfiguration

public struct YospaceServerSideAdInsertionConfiguration : ServerSideAdInsertionConfiguration, Codable

ServerSideAdInsertionConfiguration for the Yospace integration

  • Integration is YospaceSSAIIntegrationID

    Declaration

    Swift

    public var integration: SSAIIntegrationId?
  • Stream playback mode

    Declaration

    Swift

    public let streamType: StreamType
  • Construct a YospaceServerSideAdInsertionConfiguration

    Declaration

    Swift

    public init(streamType: StreamType = StreamType.live, logLevel: YospaceLogLevelConfiguration = YospaceLogLevelConfiguration())

    Parameters

    playbackMode

    the stream playback mode. Default to Live.