@aws-cdk_aws-ivs-alpha.ChannelType
enum ChannelType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.Alpha.ChannelType |
![]() | github.com/aws/aws-cdk-go/awscdkivsalpha/v2#ChannelType |
![]() | software.amazon.awscdk.services.ivs.alpha.ChannelType |
![]() | aws_cdk.aws_ivs_alpha.ChannelType |
![]() | @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
Name | Description |
---|---|
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