class AudioNormalizationAlgorithmControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.AudioNormalizationAlgorithmControl |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#AudioNormalizationAlgorithmControl |
Java | software.amazon.awscdk.services.medialive.alpha.AudioNormalizationAlgorithmControl |
Python | aws_cdk.aws_medialive_alpha.AudioNormalizationAlgorithmControl |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป AudioNormalizationAlgorithmControl |
Audio normalization algorithm 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 audioNormalizationAlgorithmControl = medialive_alpha.AudioNormalizationAlgorithmControl.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static CORRECT_AUDIO | Audio | Correct the audio using the chosen algorithm. |
| static MEASURE_ONLY | Audio | Measure audio but do not adjust. |
value
Type:
string
The underlying string value passed to CloudFormation.
static CORRECT_AUDIO
Type:
Audio
Correct the audio using the chosen algorithm.
static MEASURE_ONLY
Type:
Audio
Measure audio but do not adjust.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): AudioNormalizationAlgorithmControl
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (