Show / Hide Table of Contents

Class CfnChannelPropsMixin.AudioNormalizationSettingsProperty

The settings for normalizing video.

Inheritance
object
CfnChannelPropsMixin.AudioNormalizationSettingsProperty
Implements
CfnChannelPropsMixin.IAudioNormalizationSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html

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

string

Remarks

itu17701 conforms to the CALM Act specification. itu17702 conforms to the EBU R-128 specification.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html#cfn-medialive-channel-audionormalizationsettings-algorithm

AlgorithmControl

When set to correctAudio, the output audio is corrected using the chosen algorithm.

public string? AlgorithmControl { get; set; }
Property Value

string

Remarks

If set to measureOnly, the audio is measured but not adjusted.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html#cfn-medialive-channel-audionormalizationsettings-algorithmcontrol

TargetLkfs

The Target LKFS(loudness) to adjust volume to.

public double? TargetLkfs { get; set; }
Property Value

double?

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audionormalizationsettings.html#cfn-medialive-channel-audionormalizationsettings-targetlkfs

Implements

CfnChannelPropsMixin.IAudioNormalizationSettingsProperty
Back to top Generated by DocFX