enum ChannelType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IVS.ChannelType |
![]() | software.amazon.awscdk.services.ivs.ChannelType |
![]() | aws_cdk.aws_ivs.ChannelType |
![]() | @aws-cdk/aws-ivs » 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.
BASIC
delivers the original input to viewers.
The viewer’s video-quality choice is limited to the original input.