A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaLive/Types/AacSettings.html below:

AacSettings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::AacSettings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing AacSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  bitrate: 1.0,
  coding_mode: "AD_RECEIVER_MIX",   input_type: "BROADCASTER_MIXED_AD",   profile: "HEV1",   rate_control_mode: "CBR",   raw_format: "LATM_LOAS",   sample_rate: 1.0,
  spec: "MPEG2",   vbr_quality: "HIGH", }

Aac Settings

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #bitrate ⇒ Float

Average bitrate in bits/second. Valid values depend on rate control mode and profile.

#coding_mode ⇒ String

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.

Possible values:

#input_type ⇒ String

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.

Possible values:

#profile ⇒ String

AAC Profile.

Possible values:

#rate_control_mode ⇒ String

Rate Control Mode.

Possible values:

#raw_format ⇒ String

Sets LATM / LOAS AAC output for raw containers.

Possible values:

#sample_rate ⇒ Float

Sample rate in Hz. Valid values depend on rate control mode and profile.

#spec ⇒ String

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

Possible values:

#vbr_quality ⇒ String

VBR Quality Level - Only used if rateControlMode is VBR.

Possible values:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4