ChannelType

class aws_cdk.aws_ivs.ChannelType(value)

Bases: Enum

(experimental) The channel type, which determines the allowable resolution and bitrate.

If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately.

Stability:

experimental

Attributes

BASIC

(experimental) delivers the original input to viewers.

The viewer’s video-quality choice is limited to the original input.

See:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html

Stability:

experimental

STANDARD

(experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions.

See:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html

Stability:

experimental