GetChannelResult

data class GetChannelResult(val arn: String? = null, val authorized: Boolean? = null, val ingestEndpoint: String? = null, val insecureIngest: Boolean? = null, val latencyMode: ChannelLatencyMode? = null, val name: String? = null, val playbackUrl: String? = null, val preset: ChannelPreset? = null, val recordingConfigurationArn: String? = null, val tags: List<Tag>? = null, val type: ChannelType? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, authorized: Boolean? = null, ingestEndpoint: String? = null, insecureIngest: Boolean? = null, latencyMode: ChannelLatencyMode? = null, name: String? = null, playbackUrl: String? = null, preset: ChannelPreset? = null, recordingConfigurationArn: String? = null, tags: List<Tag>? = null, type: ChannelType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Channel ARN is automatically generated on creation and assigned as the unique identifier.

Link copied to clipboard
val authorized: Boolean? = null

Whether the channel is authorized.

Link copied to clipboard
val ingestEndpoint: String? = null

Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.

Link copied to clipboard
val insecureIngest: Boolean? = null

Whether the channel allows insecure ingest.

Link copied to clipboard

Channel latency mode.

Link copied to clipboard
val name: String? = null

Channel

Link copied to clipboard
val playbackUrl: String? = null

Channel Playback URL.

Link copied to clipboard
val preset: ChannelPreset? = null

Optional transcode preset for the channel. This is selectable only for ADVANCED_HD and ADVANCED_SD channel types. For those channel types, the default preset is HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD), preset is the empty string ("").

Link copied to clipboard

Recording Configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (recording is disabled).

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the asset model.

Link copied to clipboard
val type: ChannelType? = null

Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately.