RemoteControlClient.PlaystateError 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 cannot perform any playback related operation because of an internal error.

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

Field Value

Value = 9
Attributes

Remarks

Playback state of a RemoteControlClient which cannot perform any playback related operation because of an internal error. Examples of such situations are no network connectivity when attempting to stream data from a server, or expired user credentials when trying to play subscription-based content.

Java documentation for android.media.RemoteControlClient.PLAYSTATE_ERROR.

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