PlaybackState.StateConnecting Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.Session.PlaybackStateCode enum directly instead of this field.
State indicating the class doing playback is currently connecting to a new destination.
[Android.Runtime.Register("STATE_CONNECTING")]
[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 StateConnecting = 8;
[<Android.Runtime.Register("STATE_CONNECTING")>]
[<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 StateConnecting : Android.Media.Session.PlaybackStateCode
Field Value
Value = 8Implements
- Attributes
Remarks
State indicating the class doing playback is currently connecting to a new destination. Depending on the implementation you may return to the previous state when the connection finishes or enter #STATE_NONE
. If the connection failed #STATE_ERROR
should be used.
Java documentation for android.media.session.PlaybackState.STATE_CONNECTING
.
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.