AudioFormat.EncodingDtsHdMa Feld

Definition

Achtung

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

Audiodatenformat: DTS HD Master Audio komprimiert DTS HD Master Audio Stream ist variable Bitrate und enthält verlustfreie Audiodaten.

[Android.Runtime.Register("ENCODING_DTS_HD_MA", 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 EncodingDtsHdMa = 29;
[<Android.Runtime.Register("ENCODING_DTS_HD_MA", 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 EncodingDtsHdMa : Android.Media.Encoding

Feldwert

Value = 29

Implementiert

Attribute

Hinweise

Audiodatenformat: DTS HD Master Audio komprimiert DTS HD Master Audio Stream ist variable Bitrate und enthält verlustfreie Audiodaten. Wird #ENCODING_DTS_HD_MA für verlustlose Audioinhalte (DTS-HD MA Lossless) und für andere DTS-Bitstreams mit Erweiterungs-Substream (DTS 8Ch Discrete, DTS Hi Res, DTS Express) verwendet #ENCODING_DTS_HD .

Java Dokumentation für android.media.AudioFormat.ENCODING_DTS_HD_MA.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: