Android.Bluetooth.BluetoothA2dp.StateNotPlaying Field
A2DP sink device is NOT streaming music.

Value: 11

Syntax

[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.")]
public const A2dpState StateNotPlaying

Remarks

A2DP sink device is NOT streaming music. This state can be one of BluetoothProfile.ExtraState or BluetoothProfile.ExtraPreviousState of BluetoothA2dp.ActionPlayingStateChanged intent.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11