Compartilhar via


AudioManager.EncodedSurroundOutputUnknown Campo

Definição

Cuidado

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

O modo para formatos de som surround é desconhecido.

[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

Valor do campo

Value = -1
Atributos

Comentários

O modo para formatos de som surround é desconhecido.

Documentação Java para android.media.AudioManager.ENCODED_SURROUND_OUTPUT_UNKNOWN.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a