Freigeben über


MediaFormat.MimetypeAudioDtsUhd Field

Definition

MIME type for DTS UHD (object-based) audio stream, aka DTS:X.

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

Field Value

Attributes

Remarks

MIME type for DTS UHD (object-based) audio stream, aka DTS:X. With codec profile DTS_UHDProfileP1 represents DTS-UHD P1. With codec profile DTS_UHDProfileP2 represents DTS-UHD P2.

Java documentation for android.media.MediaFormat.MIMETYPE_AUDIO_DTS_UHD.

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