BluetoothA2dp.IsA2dpPlaying(BluetoothDevice) Metodo

Definizione

Controllare se il profilo A2DP è musica in 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

Parametri

device
BluetoothDevice

Dispositivo BluetoothDevice

Valori restituiti

Attributi

Commenti

Controllare se il profilo A2DP è musica in streaming.

per android.bluetooth.BluetoothA2dp.isA2dpPlaying(android.bluetooth.BluetoothDevice).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a