UplynkSsaiDescription
@Serializable
The configuration for server-side ad insertion using the UplynkConnector.
Constructors
Link copied to clipboard
constructor(prefix: String? = null, assetIds: List<String> = listOf(), externalIds: List<String> = listOf(), userId: String? = null, contentProtected: Boolean = false, preplayParameters: LinkedHashMap<String, String> = linkedMapOf(), assetInfo: Boolean = false, assetType: UplynkAssetType = UplynkAssetType.ASSET, pingConfiguration: UplynkPingConfiguration = UplynkPingConfiguration())
Types
Link copied to clipboard
class Builder
A builder for a UplynkSsaiDescription.
Properties
Link copied to clipboard
Sets the asset type.
Link copied to clipboard
Sets whether the assets of the source are content protected.
Link copied to clipboard
Link copied to clipboard
Sets a list of external IDs for Uplynk Media Platform Preplay API. If assetIds have at least one value this property is ignored and could be empty
Link copied to clipboard
Sets the ping request configuration
Link copied to clipboard
Sets the parameters.