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

.NET
Go
Java
Python
TypeScript (