RemoteControlClient.PlaystateBuffering Field

Definition

Caution

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

Playback state of a RemoteControlClient which is buffering data to play before it can start or resume playback.

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

Field Value

Value = 8
Attributes

Remarks

Playback state of a RemoteControlClient which is buffering data to play before it can start or resume playback.

Java documentation for android.media.RemoteControlClient.PLAYSTATE_BUFFERING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also