Compartilhar via


AudioTrack.ErrorBadValue Campo

Definição

Cuidado

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

Denota uma falha devido ao uso de um valor inválido.

[Android.Runtime.Register("ERROR_BAD_VALUE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TrackStatus enum directly instead of this field.", true)]
public const Android.Media.TrackStatus ErrorBadValue = -2;
[<Android.Runtime.Register("ERROR_BAD_VALUE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TrackStatus enum directly instead of this field.", true)>]
val mutable ErrorBadValue : Android.Media.TrackStatus

Valor do campo

Value = -2
Atributos

Comentários

Denota uma falha devido ao uso de um valor inválido.

Documentação Java para android.media.AudioTrack.ERROR_BAD_VALUE.

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