Condividi tramite


AudioTrack.Error Campo

Definizione

Attenzione

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

Indica un errore di operazione generica.

[Android.Runtime.Register("ERROR")]
[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 Error = -1;
[<Android.Runtime.Register("ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TrackStatus enum directly instead of this field.", true)>]
val mutable Error : Android.Media.TrackStatus

Valore del campo

Value = -1
Attributi

Commenti

Indica un errore di operazione generica.

Documentazione java per android.media.AudioTrack.ERROR.

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