class H264Level
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.H264Level |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#H264Level |
Java | software.amazon.awscdk.services.medialive.alpha.H264Level |
Python | aws_cdk.aws_medialive_alpha.H264Level |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป H264Level |
H.264 level.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const h264Level = medialive_alpha.H264Level.H264_LEVEL_1;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static H264_LEVEL_1 | H264 | Level 1. |
| static H264_LEVEL_1_1 | H264 | Level 1.1. |
| static H264_LEVEL_1_2 | H264 | Level 1.2. |
| static H264_LEVEL_1_3 | H264 | Level 1.3. |
| static H264_LEVEL_2 | H264 | Level 2. |
| static H264_LEVEL_2_1 | H264 | Level 2.1. |
| static H264_LEVEL_2_2 | H264 | Level 2.2. |
| static H264_LEVEL_3 | H264 | Level 3. |
| static H264_LEVEL_3_1 | H264 | Level 3.1. |
| static H264_LEVEL_3_2 | H264 | Level 3.2. |
| static H264_LEVEL_4 | H264 | Level 4. |
| static H264_LEVEL_4_1 | H264 | Level 4.1. |
| static H264_LEVEL_4_2 | H264 | Level 4.2. |
| static H264_LEVEL_5 | H264 | Level 5. |
| static H264_LEVEL_5_1 | H264 | Level 5.1. |
| static H264_LEVEL_5_2 | H264 | Level 5.2. |
| static H264_LEVEL_AUTO | H264 | Auto-select the level based on the encode configuration. |
value
Type:
string
The underlying string value passed to CloudFormation.
static H264_LEVEL_1
Type:
H264
Level 1.
static H264_LEVEL_1_1
Type:
H264
Level 1.1.
static H264_LEVEL_1_2
Type:
H264
Level 1.2.
static H264_LEVEL_1_3
Type:
H264
Level 1.3.
static H264_LEVEL_2
Type:
H264
Level 2.
static H264_LEVEL_2_1
Type:
H264
Level 2.1.
static H264_LEVEL_2_2
Type:
H264
Level 2.2.
static H264_LEVEL_3
Type:
H264
Level 3.
static H264_LEVEL_3_1
Type:
H264
Level 3.1.
static H264_LEVEL_3_2
Type:
H264
Level 3.2.
static H264_LEVEL_4
Type:
H264
Level 4.
static H264_LEVEL_4_1
Type:
H264
Level 4.1.
static H264_LEVEL_4_2
Type:
H264
Level 4.2.
static H264_LEVEL_5
Type:
H264
Level 5.
static H264_LEVEL_5_1
Type:
H264
Level 5.1.
static H264_LEVEL_5_2
Type:
H264
Level 5.2.
static H264_LEVEL_AUTO
Type:
H264
Auto-select the level based on the encode configuration.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): H264Level
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (