BluetoothA2dp.StatePlaying Campo

Definición

Precaución

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

El dispositivo receptor A2DP es música de streaming.

[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

Valor de campo

Value = 10

Implementaciones

Atributos

Comentarios

El dispositivo receptor A2DP es música de streaming. Este estado puede ser uno de #EXTRA_STATE o #EXTRA_PREVIOUS_STATE de #ACTION_PLAYING_STATE_CHANGED intención.

Java documentación para android.bluetooth.BluetoothA2dp.STATE_PLAYING.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a