AudioFormat.EncodingDtsUhdP2 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.

Audio data format: DTS UHD Profile-2 compressed DTS-UHD Profile-2 supports delivery of Channel-Based Audio, Object-Based Audio and High Order Ambisonic presentations up to the fourth order.

[Android.Runtime.Register("ENCODING_DTS_UHD_P2", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)]
public const Android.Media.Encoding EncodingDtsUhdP2 = 30;
[<Android.Runtime.Register("ENCODING_DTS_UHD_P2", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)>]
val mutable EncodingDtsUhdP2 : Android.Media.Encoding

Field Value

Value = 30

Implements

Attributes

Remarks

Audio data format: DTS UHD Profile-2 compressed DTS-UHD Profile-2 supports delivery of Channel-Based Audio, Object-Based Audio and High Order Ambisonic presentations up to the fourth order. Use #ENCODING_DTS_UHD_P1 to transmit DTS UHD Profile 1 (aka DTS:X Profile 1) bitstream. Use #ENCODING_DTS_UHD_P2 to transmit DTS UHD Profile 2 (aka DTS:X Profile 2) bitstream.

Java documentation for android.media.AudioFormat.ENCODING_DTS_UHD_P2.

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