BluetoothA2dp.IsA2dpPlaying(BluetoothDevice) Methode

Definition

Überprüfen Sie, ob A2DP-Profil Musik streamt.

[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

Parameter

device
BluetoothDevice

BluetoothDevice-Gerät

Gibt zurück

Attribute

Hinweise

Überprüfen Sie, ob A2DP-Profil Musik streamt.

Java Dokumentation für android.bluetooth.BluetoothA2dp.isA2dpPlaying(android.bluetooth.BluetoothDevice).

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: