BluetoothA2dp.StatePlaying Field

Definition

Caution

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

A2DP sink device is streaming music.

[Android.Runtime.Register("STATE_PLAYING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.A2dpState enum directly instead of this field.", true)]
public const Android.Bluetooth.A2dpState StatePlaying = 10;
[<Android.Runtime.Register("STATE_PLAYING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.A2dpState enum directly instead of this field.", true)>]
val mutable StatePlaying : Android.Bluetooth.A2dpState

Field Value

Value = 10

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothA2dp.STATE_PLAYING.

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