Freigeben über


AudioManager.EncodedSurroundOutputNever Feld

Definition

Achtung

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

Die Surround-Soundformate sind NIE verfügbar, auch wenn sie von der Hardware erkannt werden.

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

Feldwert

Value = 1
Attribute

Hinweise

Die Surround-Soundformate sind NIE verfügbar, auch wenn sie von der Hardware erkannt werden. Diese Formate werden nicht gemeldet.

Java-Dokumentation für android.media.AudioManager.ENCODED_SURROUND_OUTPUT_NEVER.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: