MediaFormat.MimetypeAudioAacXhe Field

Definition

MIME type for AAC XHE audio stream.

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

Field Value

Attributes

Remarks

MIME type for AAC XHE audio stream. Uses the scheme defined by RFC 6381 with OTI of MPEG-4 (40) and AOT of USAC (42) from ISO/IEC 14496-3.

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_AAC_XHE.

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