Compartir a través de


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

Documentación de Java para android.bluetooth.BluetoothA2dp.STATE_PLAYING.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a