MediaFormat.MimetypeAudioMpeghBlL3 Field

Definition

MIME type for MPEG-H Baseline (BL) Profile L3 audio stream.

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

Field Value

Attributes

Remarks

MIME type for MPEG-H Baseline (BL) Profile L3 audio stream. Uses the scheme defined by RFC 6381 with mpegh3daProfileLevelIndication for main profile/L3 (0x3) from ISO/IEC 23008-3.

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_MPEGH_BL_L3.

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