AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Audio Normalization Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.AudioNormalizationSettings

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class AudioNormalizationSettings

The AudioNormalizationSettings type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Algorithm Amazon.MediaLive.AudioNormalizationAlgorithm

Gets and sets the property Algorithm. Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 conforms to the EBU R-128 specification.

Public Property AlgorithmControl Amazon.MediaLive.AudioNormalizationAlgorithmControl

Gets and sets the property AlgorithmControl. When set to correctAudio the output audio is corrected using the chosen algorithm. If set to measureOnly, the audio will be measured but not adjusted.

Public Property TargetLkfs System.Double

Gets and sets the property TargetLkfs. Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5