ClipRange

class ClipRange

Clip range configuration for the VOD source associated with the program.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.

Link copied to clipboard

The start offset of the clip range, in milliseconds. This offset truncates the start at the number of milliseconds into the duration of the VOD source.

Functions

Link copied to clipboard
inline fun copy(block: ClipRange.Builder.() -> Unit = {}): ClipRange
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String