Class ChannelType
(experimental) The channel type, which determines the allowable resolution and bitrate.
Inheritance
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public sealed class ChannelType : Enum
Syntax (vb)
Public NotInheritable Class ChannelType
Inherits
Enum
Remarks
If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately.
Stability: Experimental
See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-channel.html
ExampleMetadata: infused
Examples
var myChannel = new Channel(this, "myChannel", new ChannelProps {
Type = ChannelType.ADVANCED_HD,
Preset = Preset.CONSTRAINED_BANDWIDTH_DELIVERY
});
Synopsis
Fields
ADVANCED_HD | (experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. |
ADVANCED_SD | (experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. |
BASIC | (experimental) Delivers the original input to viewers. |
STANDARD | (experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. |
value__ |
Fields
ADVANCED_HD
(experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions.
public const ChannelType ADVANCED_HD
Field Value
Type | Description |
---|---|
Channel |
Remarks
Input resolution can be up to 1080p and bitrate can be up to 8.5 Mbps; output is capped at HD quality (720p). Audio for all renditions is transcoded, and an audio-only rendition is available.
Stability: Experimental
ADVANCED_SD
(experimental) Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions.
public const ChannelType ADVANCED_SD
Field Value
Type | Description |
---|---|
Channel |
Remarks
Input resolution can be up to 1080p and bitrate can be up to 8.5 Mbps; output is capped at SD quality (480p). Audio for all renditions is transcoded, and an audio-only rendition is available.
Stability: Experimental
BASIC
(experimental) Delivers the original input to viewers.
public const ChannelType BASIC
Field Value
Type | Description |
---|---|
Channel |
Remarks
The viewer’s video-quality choice is limited to the original input.
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.
public const ChannelType STANDARD
Field Value
Type | Description |
---|---|
Channel |
Remarks
Transcoding allows higher playback quality across a range of download speeds. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through.
Stability: Experimental
value__
public int value__
Field Value
Type | Description |
---|---|
System. |