class Ac3DrcProfile
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.Ac3DrcProfile |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#Ac3DrcProfile |
Java | software.amazon.awscdk.services.medialive.alpha.Ac3DrcProfile |
Python | aws_cdk.aws_medialive_alpha.Ac3DrcProfile |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป Ac3DrcProfile |
AC3 DRC 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 ac3DrcProfile = medialive_alpha.Ac3DrcProfile.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static FILM_STANDARD | Ac3 | Film standard. |
| static NONE | Ac3 | None. |
value
Type:
string
The underlying string value passed to CloudFormation.
static FILM_STANDARD
Type:
Ac3
Film standard.
static NONE
Type:
Ac3
None.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): Ac3DrcProfile
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (