You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IVS::Types::Channel

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Channel ARN.

Returns:

  • (String)

    Channel ARN.

#authorizedBoolean

Whether the channel is authorized.

Returns:

  • (Boolean)

    Whether the channel is authorized.

#ingest_endpointString

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

Returns:

  • (String)

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

#latency_modeString

Channel latency mode. Default: LOW.

Possible values:

  • NORMAL
  • LOW

Returns:

  • (String)

    Channel latency mode.

#nameString

Channel name.

Returns:

  • (String)

    Channel name.

#playback_urlString

Channel playback URL.

Returns:

  • (String)

    Channel playback URL.

#tagsHash<String,String>

Array of 1-50 maps, each of the form string:string (key:value).

Returns:

  • (Hash<String,String>)

    Array of 1-50 maps, each of the form string:string (key:value).

#typeString

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

  • STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Vertical resolution can be up to 1080 and bitrate can be up to 8.5 Mbps.

  • BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Vertical resolution can be up to 480 and bitrate can be up to 1.5 Mbps.

Default: STANDARD.

Possible values:

  • BASIC
  • STANDARD

Returns:

  • (String)

    Channel type, which determines the allowable resolution and bitrate.