StreamSummary

Summary information about a stream.

Types

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

Properties

Link copied to clipboard

Channel ARN for the stream.

Link copied to clipboard

The stream’s health.

Link copied to clipboard

Time of the stream’s start. This is an ISO 8601 timestamp; note that this is returned as a string.

Link copied to clipboard

The stream’s state. Do not rely on the OFFLINE state, as the API may not return it; instead, a "NotBroadcasting" error will indicate that the stream is not live.

Link copied to clipboard

Unique identifier for a live or previously live stream in the specified channel.

Link copied to clipboard

A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.

Functions

Link copied to clipboard
inline fun copy(block: StreamSummary.Builder.() -> Unit = {}): StreamSummary
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