YospaceSsaiDescription

data class YospaceSsaiDescription @JvmOverloads constructor(val streamType: YospaceStreamType = YospaceStreamType.LIVE, val sessionProperties: Session.SessionProperties = Session.SessionProperties()) : CustomSsaiDescription

The configuration for server-side ad insertion using the YospaceConnector.

Constructors

Link copied to clipboard
constructor(streamType: YospaceStreamType = YospaceStreamType.LIVE, sessionProperties: Session.SessionProperties = Session.SessionProperties())

Types

Link copied to clipboard
class Builder

A builder for a YospaceSsaiDescription.

Properties

Link copied to clipboard
open override val customIntegration: String
Link copied to clipboard
val sessionProperties: Session.SessionProperties

Custom properties to set when initializing the Yospace session.

Link copied to clipboard

The type of the requested stream.