次の方法で共有


BluetoothHeadset.IsNoiseReductionSupported(BluetoothDevice) メソッド

定義

ヘッドセットが何らかの形式のノイズリダクションをサポートしているかどうかを確認します

[Android.Runtime.Register("isNoiseReductionSupported", "(Landroid/bluetooth/BluetoothDevice;)Z", "", ApiSince=31)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool IsNoiseReductionSupported (Android.Bluetooth.BluetoothDevice device);
[<Android.Runtime.Register("isNoiseReductionSupported", "(Landroid/bluetooth/BluetoothDevice;)Z", "", ApiSince=31)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.IsNoiseReductionSupported : Android.Bluetooth.BluetoothDevice -> bool

パラメーター

device
BluetoothDevice

Bluetooth デバイス

戻り値

エコー キャンセルやノイズリダクションがサポートされている場合は true、それ以外の場合は false

属性

注釈

の Java ドキュメントandroid.bluetooth.BluetoothHeadset.isNoiseReductionSupported(android.bluetooth.BluetoothDevice)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象