BluetoothA2dp.StateNotPlaying Feld

Definition

Achtung

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

Das A2DP-Sinkgerät ist KEIN Streaming von Musik.

[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

Feldwert

Value = 11

Implementiert

Attribute

Hinweise

Das A2DP-Sinkgerät ist KEIN Streaming von Musik. Dieser Zustand kann eine oder #EXTRA_STATE#EXTRA_PREVIOUS_STATE eine Absicht #ACTION_PLAYING_STATE_CHANGED sein.

Java Dokumentation für android.bluetooth.BluetoothA2dp.STATE_NOT_PLAYING.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: