@aws-cdk_aws-ivs-alpha.ChannelType

enum ChannelType 🔹

LanguageType name
.NETAmazon.CDK.AWS.Ivs.Alpha.ChannelType
Gogithub.com/aws/aws-cdk-go/awscdkivsalpha/v2#ChannelType
Javasoftware.amazon.awscdk.services.ivs.alpha.ChannelType
Pythonaws_cdk.aws_ivs_alpha.ChannelType
TypeScript (source)@aws-cdk/aws-ivs-alpha » ChannelType

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

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

Members

NameDescription
STANDARD 🔹Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions.
BASIC 🔹delivers the original input to viewers.

STANDARD 🔹

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

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


BASIC 🔹

delivers the original input to viewers.

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

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