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.

Ac3 Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.Ac3Settings

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

Syntax

C#
public class Ac3Settings

The Ac3Settings type exposes the following members

Constructors

NameDescription
Public Method Ac3Settings()

Properties

NameTypeDescription
Public Property AttenuationControl Amazon.MediaLive.Ac3AttenuationControl

Gets and sets the property AttenuationControl. Applies a 3 dB attenuation to the surround channels. Applies only when the coding mode parameter is CODING_MODE_3_2_LFE.

Public Property Bitrate System.Double

Gets and sets the property Bitrate. Average bitrate in bits/second. Valid bitrates depend on the coding mode.

Public Property BitstreamMode Amazon.MediaLive.Ac3BitstreamMode

Gets and sets the property BitstreamMode. Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values.

Public Property CodingMode Amazon.MediaLive.Ac3CodingMode

Gets and sets the property CodingMode. Dolby Digital coding mode. Determines number of channels.

Public Property Dialnorm System.Int32

Gets and sets the property Dialnorm. Sets the dialnorm for the output. If excluded and input audio is Dolby Digital, dialnorm will be passed through.

Public Property DrcProfile Amazon.MediaLive.Ac3DrcProfile

Gets and sets the property DrcProfile. If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.

Public Property LfeFilter Amazon.MediaLive.Ac3LfeFilter

Gets and sets the property LfeFilter. When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid in codingMode32Lfe mode.

Public Property MetadataControl Amazon.MediaLive.Ac3MetadataControl

Gets and sets the property MetadataControl. When set to "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

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