Share via


BluetoothA2dp.StateNotPlaying 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 NOT streaming music.

[Android.Runtime.Register("STATE_NOT_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 StateNotPlaying = 11;
[<Android.Runtime.Register("STATE_NOT_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 StateNotPlaying : Android.Bluetooth.A2dpState

Field Value

Value = 11

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothA2dp.STATE_NOT_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