BluetoothA2dp.IsA2dpPlaying(BluetoothDevice) Método

Definición

Compruebe si el perfil de A2DP es música de streaming.

[Android.Runtime.Register("isA2dpPlaying", "(Landroid/bluetooth/BluetoothDevice;)Z", "")]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool IsA2dpPlaying(Android.Bluetooth.BluetoothDevice? device);
[<Android.Runtime.Register("isA2dpPlaying", "(Landroid/bluetooth/BluetoothDevice;)Z", "")>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.IsA2dpPlaying : Android.Bluetooth.BluetoothDevice -> bool

Parámetros

device
BluetoothDevice

Dispositivo BluetoothDispositivo

Devoluciones

Atributos

Comentarios

Compruebe si el perfil de A2DP es música de streaming.

Java documentación para android.bluetooth.BluetoothA2dp.isA2dpPlaying(android.bluetooth.BluetoothDevice).

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