Share via


MediaFormat.MimetypeAudioAacEld Field

Definition

MIME type for AAC Enhanced Low Delay (ELD) audio stream.

[Android.Runtime.Register("MIMETYPE_AUDIO_AAC_ELD", ApiSince=33)]
public const string MimetypeAudioAacEld;
[<Android.Runtime.Register("MIMETYPE_AUDIO_AAC_ELD", ApiSince=33)>]
val mutable MimetypeAudioAacEld : string

Field Value

Attributes

Remarks

MIME type for AAC Enhanced Low Delay (ELD) audio stream. Uses the scheme defined by RFC 6381 with OTI of MPEG-4 (40) and AOT of ELD (39) from ISO/IEC 14496-3.

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_AAC_ELD.

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