Compartilhar via


PlaybackState.StateBuffering Campo

Definição

Cuidado

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

Estado que indica que este item está atualmente em buffer e começará a ser reproduzido quando dados suficientes tiverem sido armazenados em buffer.

[Android.Runtime.Register("STATE_BUFFERING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)]
public const Android.Media.Session.PlaybackStateCode StateBuffering = 6;
[<Android.Runtime.Register("STATE_BUFFERING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.", true)>]
val mutable StateBuffering : Android.Media.Session.PlaybackStateCode

Valor do campo

Value = 6

Implementações

Atributos

Comentários

Estado que indica que este item está atualmente em buffer e começará a ser reproduzido quando dados suficientes tiverem sido armazenados em buffer.

Documentação Java para android.media.session.PlaybackState.STATE_BUFFERING.

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