Condividi tramite


AudioManager.EncodedSurroundOutputUnknown Campo

Definizione

Attenzione

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

La modalità per i formati audio surround è sconosciuta.

[Android.Runtime.Register("ENCODED_SURROUND_OUTPUT_UNKNOWN", 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 EncodedSurroundOutputUnknown = -1;
[<Android.Runtime.Register("ENCODED_SURROUND_OUTPUT_UNKNOWN", 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 EncodedSurroundOutputUnknown : Android.Media.EncodedSurroundOutput

Valore del campo

Value = -1
Attributi

Commenti

La modalità per i formati audio surround è sconosciuta.

Documentazione java per android.media.AudioManager.ENCODED_SURROUND_OUTPUT_UNKNOWN.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a