PresentationTimeRangeResponse

data class PresentationTimeRangeResponse(val endTimestamp: Double? = null, val forceEndTimestamp: Boolean? = null, val liveBackoffDuration: Double? = null, val presentationWindowDuration: Double? = null, val startTimestamp: Double? = null, val timescale: Double? = null)

The presentation time range, this is asset related and not recommended for Account Filter.

Constructors

Link copied to clipboard
constructor(endTimestamp: Double? = null, forceEndTimestamp: Boolean? = null, liveBackoffDuration: Double? = null, presentationWindowDuration: Double? = null, startTimestamp: Double? = null, timescale: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTimestamp: Double? = null

The absolute end time boundary.

Link copied to clipboard

The indicator of forcing existing of end time stamp.

Link copied to clipboard

The relative to end right edge.

Link copied to clipboard

The relative to end sliding window.

Link copied to clipboard
val startTimestamp: Double? = null

The absolute start time boundary.

Link copied to clipboard
val timescale: Double? = null

The time scale of time stamps.