class AacProfile
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.AacProfile |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#AacProfile |
Java | software.amazon.awscdk.services.medialive.alpha.AacProfile |
Python | aws_cdk.aws_medialive_alpha.AacProfile |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป AacProfile |
AAC profile.
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 aacProfile = medialive_alpha.AacProfile.HEV1;
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static HEV1 | Aac | HEV1. |
| static HEV2 | Aac | HEV2. |
| static LC | Aac | LC (Low Complexity). |
value
Type:
string
The underlying string value passed to CloudFormation.
static HEV1
Type:
Aac
HEV1.
static HEV2
Type:
Aac
HEV2.
static LC
Type:
Aac
LC (Low Complexity).
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): AacProfile
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (