MediaFormat.KeyAacDrcAttenuationFactor Field

Definition

A key describing the attenuation factor allowing to adapt the dynamics of the output to the actual listening requirements.

[Android.Runtime.Register("KEY_AAC_DRC_ATTENUATION_FACTOR")]
public const string KeyAacDrcAttenuationFactor;
[<Android.Runtime.Register("KEY_AAC_DRC_ATTENUATION_FACTOR")>]
val mutable KeyAacDrcAttenuationFactor : string

Field Value

Attributes

Remarks

A key describing the attenuation factor allowing to adapt the dynamics of the output to the actual listening requirements. See #KEY_AAC_DRC_BOOST_FACTOR for a description of the role of this attenuation factor and the value range.

The default value is 127 (fully apply attenuation DRC gains).

This key is only used during decoding.

Java documentation for android.media.MediaFormat.KEY_AAC_DRC_ATTENUATION_FACTOR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to