class H265Level
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.H265Level |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#H265Level |
Java | software.amazon.awscdk.services.medialive.alpha.H265Level |
Python | aws_cdk.aws_medialive_alpha.H265Level |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป H265Level |
H.265 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 h265Level = medialive_alpha.H265Level.H265_LEVEL_1;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static H265_LEVEL_1 | H265 | Level 1. |
| static H265_LEVEL_2 | H265 | Level 2. |
| static H265_LEVEL_2_1 | H265 | Level 2.1. |
| static H265_LEVEL_3 | H265 | Level 3. |
| static H265_LEVEL_3_1 | H265 | Level 3.1. |
| static H265_LEVEL_4 | H265 | Level 4. |
| static H265_LEVEL_4_1 | H265 | Level 4.1. |
| static H265_LEVEL_5 | H265 | Level 5. |
| static H265_LEVEL_5_1 | H265 | Level 5.1. |
| static H265_LEVEL_5_2 | H265 | Level 5.2. |
| static H265_LEVEL_6 | H265 | Level 6. |
| static H265_LEVEL_6_1 | H265 | Level 6.1. |
| static H265_LEVEL_6_2 | H265 | Level 6.2. |
| static H265_LEVEL_AUTO | H265 | Auto-select the level based on the encode configuration. |
value
Type:
string
The underlying string value passed to CloudFormation.
static H265_LEVEL_1
Type:
H265
Level 1.
static H265_LEVEL_2
Type:
H265
Level 2.
static H265_LEVEL_2_1
Type:
H265
Level 2.1.
static H265_LEVEL_3
Type:
H265
Level 3.
static H265_LEVEL_3_1
Type:
H265
Level 3.1.
static H265_LEVEL_4
Type:
H265
Level 4.
static H265_LEVEL_4_1
Type:
H265
Level 4.1.
static H265_LEVEL_5
Type:
H265
Level 5.
static H265_LEVEL_5_1
Type:
H265
Level 5.1.
static H265_LEVEL_5_2
Type:
H265
Level 5.2.
static H265_LEVEL_6
Type:
H265
Level 6.
static H265_LEVEL_6_1
Type:
H265
Level 6.1.
static H265_LEVEL_6_2
Type:
H265
Level 6.2.
static H265_LEVEL_AUTO
Type:
H265
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): H265Level
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (