MediaFormat.KeyAacDrcAlbumMode Field

Definition

A key describing the album mode for MPEG-D DRC as defined in ISO/IEC 23003-4.

[Android.Runtime.Register("KEY_AAC_DRC_ALBUM_MODE", ApiSince=30)]
public const string KeyAacDrcAlbumMode;
[<Android.Runtime.Register("KEY_AAC_DRC_ALBUM_MODE", ApiSince=30)>]
val mutable KeyAacDrcAlbumMode : string

Field Value

Attributes

Remarks

A key describing the album mode for MPEG-D DRC as defined in ISO/IEC 23003-4.

The associated value is an integer and can be set to following values: <table> <tr><th>Value</th><th>Album Mode</th></tr> <tr><th>0</th><th>disabled</th></tr> <tr><th>1</th><th>enabled</th></tr> </table>

Disabled album mode leads to application of gain sequences for fading in and out, if provided in the bitstream. Enabled album mode makes use of dedicated album loudness information, if provided in the bitstream.

The default value is 0 (album mode disabled).

This key is only used during decoding.

Java documentation for android.media.MediaFormat.KEY_AAC_DRC_ALBUM_MODE.

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