PreplayVodResponse

@Serializable
data class PreplayVodResponse(val playURL: String, val sid: String, val drm: DrmResponse?, val prefix: String, val ads: UplynkAds, val interstitialURL: String? = null)

The Uplynk Preplay Response API for video on demand

For further details, please refer to the Uplynk Documentation: Preplay API (Version 2) Documentation

Constructors

Link copied to clipboard
constructor(playURL: String, sid: String, drm: DrmResponse?, prefix: String, ads: UplynkAds, interstitialURL: String? = null)

Properties

Link copied to clipboard

Contains ad information, such as break offsets and non-video ads. (NonNull)

Link copied to clipboard
Link copied to clipboard
val interstitialURL: String? = null

Indicates the URL to the XML file containing interstitial information for Apple TV. This parameter reports null when ads are not found.

Link copied to clipboard

The manifest's URL. (NonNull)

Link copied to clipboard

The zone prefix for the viewer's session. (NonNull)

Link copied to clipboard
val sid: String

The identifier of the viewer's session. (NonNull)