MediaFormat.MimetypeAudioAacHeV2 Field

Definition

MIME type for HE-AAC v2 (LC + SBR + PS) audio stream.

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

Field Value

Attributes

Remarks

MIME type for HE-AAC v2 (LC + SBR + PS) audio stream. Uses the scheme defined by RFC 6381 with OTI of MPEG-4 (40) and AOT of PS (29) from ISO/IEC 14496-3.

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_AAC_HE_V2.

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