class Av1BitDepth
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Av1BitDepth |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Av1BitDepth |
Java | software.amazon.awscdk.services.medialive.alpha.Av1BitDepth |
Python | aws_cdk.aws_medialive_alpha.Av1BitDepth |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Av1BitDepth |
AV1 bit depth.
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 av1BitDepth = medialive_alpha.Av1BitDepth.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static BIT_DEPTH_10 | Av1 | 10-bit. |
| static BIT_DEPTH_8 | Av1 | 8-bit. |
value
Type:
string
The underlying string value passed to CloudFormation.
static BIT_DEPTH_10
Type:
Av1
10-bit.
static BIT_DEPTH_8
Type:
Av1
8-bit.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Av1BitDepth
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (