MediaFormat.MimetypeAudioMpeghLcL4 Field

Definition

MIME type for MPEG-H Low Complexity (LC) L4 audio stream.

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

Field Value

Attributes

Remarks

MIME type for MPEG-H Low Complexity (LC) L4 audio stream. Uses the scheme defined by RFC 6381 with mpegh3daProfileLevelIndication for LC profile/L4 (0xE) from ISO/IEC 23008-3.

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_MPEGH_LC_L4.

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