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.

Aac Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.AacSettings

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

Syntax

C#
public class AacSettings

The AacSettings type exposes the following members

Constructors

NameDescription
Public Method AacSettings()

Properties

NameTypeDescription
Public Property Bitrate System.Double

Gets and sets the property Bitrate. Average bitrate in bits/second. Valid values depend on rate control mode and profile.

Public Property CodingMode Amazon.MediaLive.AacCodingMode

Gets and sets the property CodingMode. Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.

Public Property InputType Amazon.MediaLive.AacInputType

Gets and sets the property InputType. Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD (narration) as a stereo pair. The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd.Leave set to "normal" when input does not contain pre-mixed audio + AD.

Public Property Profile Amazon.MediaLive.AacProfile

Gets and sets the property Profile. AAC Profile.

Public Property RateControlMode Amazon.MediaLive.AacRateControlMode

Gets and sets the property RateControlMode. Rate Control Mode.

Public Property RawFormat Amazon.MediaLive.AacRawFormat

Gets and sets the property RawFormat. Sets LATM / LOAS AAC output for raw containers.

Public Property SampleRate System.Double

Gets and sets the property SampleRate. Sample rate in Hz. Valid values depend on rate control mode and profile.

Public Property Spec Amazon.MediaLive.AacSpec

Gets and sets the property Spec. Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

Public Property VbrQuality Amazon.MediaLive.AacVbrQuality

Gets and sets the property VbrQuality. VBR Quality Level - Only used if rateControlMode is VBR.

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