BluetoothA2dp.StateNotPlaying Campo

Definição

Cuidado

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

O dispositivo de coletor A2DP NÃO é música de streaming.

[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

Valor do campo

Value = 11

Implementações

Atributos

Comentários

O dispositivo de coletor A2DP NÃO é música de streaming. Esse estado pode ser de #EXTRA_STATE ou #EXTRA_PREVIOUS_STATE de #ACTION_PLAYING_STATE_CHANGED intenção.

Java documentação para android.bluetooth.BluetoothA2dp.STATE_NOT_PLAYING.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a