Class CfnChannelPropsMixin.AudioNormalizationSettingsProperty
The settings for normalizing video.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.AudioNormalizationSettingsProperty : CfnChannelPropsMixin.IAudioNormalizationSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.AudioNormalizationSettingsProperty Implements CfnChannelPropsMixin.IAudioNormalizationSettingsProperty
Remarks
The parent of this entity is AudioDescription.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var audioNormalizationSettingsProperty = new AudioNormalizationSettingsProperty {
Algorithm = "algorithm",
AlgorithmControl = "algorithmControl",
TargetLkfs = 123
};
Synopsis
Constructors
| AudioNormalizationSettingsProperty() | The settings for normalizing video. |
Properties
| Algorithm | The audio normalization algorithm to use. |
| AlgorithmControl | When set to correctAudio, the output audio is corrected using the chosen algorithm. |
| TargetLkfs | The Target LKFS(loudness) to adjust volume to. |
Constructors
AudioNormalizationSettingsProperty()
The settings for normalizing video.
public AudioNormalizationSettingsProperty()
Remarks
The parent of this entity is AudioDescription.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var audioNormalizationSettingsProperty = new AudioNormalizationSettingsProperty {
Algorithm = "algorithm",
AlgorithmControl = "algorithmControl",
TargetLkfs = 123
};
Properties
Algorithm
The audio normalization algorithm to use.
public string? Algorithm { get; set; }
Property Value
Remarks
itu17701 conforms to the CALM Act specification. itu17702 conforms to the EBU R-128 specification.
AlgorithmControl
When set to correctAudio, the output audio is corrected using the chosen algorithm.
public string? AlgorithmControl { get; set; }
Property Value
Remarks
If set to measureOnly, the audio is measured but not adjusted.
TargetLkfs
The Target LKFS(loudness) to adjust volume to.
public double? TargetLkfs { get; set; }
Property Value
Remarks
If no value is entered, a default value is used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS.