BluetoothA2dp.IsA2dpPlaying(BluetoothDevice) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
A2DP プロファイルが音楽をストリーミングしているかどうかを確認します。
[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
パラメーター
- device
- BluetoothDevice
BluetoothDevice デバイス
返品
- 属性
注釈
A2DP プロファイルが音楽をストリーミングしているかどうかを確認します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。