Show / Hide Table of Contents

Class CfnChannel.AacSettingsProperty

The settings for an AAC audio encode in the output.

Inheritance
System.Object
CfnChannel.AacSettingsProperty
Implements
CfnChannel.IAacSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class AacSettingsProperty : Object, CfnChannel.IAacSettingsProperty
Syntax (vb)
Public Class AacSettingsProperty
    Inherits Object
    Implements CfnChannel.IAacSettingsProperty
Remarks

The parent of this entity is AudioCodecSettings.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.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.AWS.MediaLive;

var aacSettingsProperty = new AacSettingsProperty {
    Bitrate = 123,
    CodingMode = "codingMode",
    InputType = "inputType",
    Profile = "profile",
    RateControlMode = "rateControlMode",
    RawFormat = "rawFormat",
    SampleRate = 123,
    Spec = "spec",
    VbrQuality = "vbrQuality"
};

Synopsis

Constructors

AacSettingsProperty()

Properties

Bitrate

The average bitrate in bits/second.

CodingMode

Mono, stereo, or 5.1 channel layout. Valid values depend on the 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.

InputType

Set to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.

Profile

The AAC profile.

RateControlMode

The rate control mode.

RawFormat

Sets the LATM/LOAS AAC output for raw containers.

SampleRate

The sample rate in Hz.

Spec

Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

VbrQuality

The VBR quality level.

Constructors

AacSettingsProperty()

public AacSettingsProperty()

Properties

Bitrate

The average bitrate in bits/second.

public Nullable<double> Bitrate { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Valid values depend on the rate control mode and profile.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-bitrate

CodingMode

Mono, stereo, or 5.1 channel layout. Valid values depend on the 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 string CodingMode { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-codingmode

InputType

Set to broadcasterMixedAd when the input contains pre-mixed main audio + AD (narration) as a stereo pair.

public string InputType { get; set; }
Property Value

System.String

Remarks

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; MediaLive does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave this set to normal when the input does not contain pre-mixed audio + AD.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-inputtype

Profile

The AAC profile.

public string Profile { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-profile

RateControlMode

The rate control mode.

public string RateControlMode { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-ratecontrolmode

RawFormat

Sets the LATM/LOAS AAC output for raw containers.

public string RawFormat { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-rawformat

SampleRate

The sample rate in Hz.

public Nullable<double> SampleRate { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Valid values depend on the rate control mode and profile.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-samplerate

Spec

Uses MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

public string Spec { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-spec

VbrQuality

The VBR quality level.

public string VbrQuality { get; set; }
Property Value

System.String

Remarks

This is used only if rateControlMode is VBR.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-aacsettings.html#cfn-medialive-channel-aacsettings-vbrquality

Implements

CfnChannel.IAacSettingsProperty
Back to top Generated by DocFX