LiveEventIngestInterruptionResponse

data class LiveEventIngestInterruptionResponse(val begin: String? = null, val duration: String? = null, val end: String? = null, val reason: String? = null)

The live event ingest interruption data.

Constructors

Link copied to clipboard
constructor(begin: String? = null, duration: String? = null, end: String? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val begin: String? = null

UTC time of interruption start, encoder disconnected.

Link copied to clipboard
val duration: String? = null

Duration of interruption in ISO 8601 time. For example, use PT1H30M to indicate 1 hour and 30 minutes.

Link copied to clipboard
val end: String? = null

UTC time of interruption end, encoder re-connected.

Link copied to clipboard
val reason: String? = null

Interruption reason.