Freigeben über


MediaFormat.MimetypeAudioAacHeV1 Field

Definition

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

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

Field Value

Attributes

Remarks

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

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_AAC_HE_V1.

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