AudioDeviceInfo.TypeBleHeadset フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.

Bluetooth Low Energy (BLE) オーディオ ヘッドセットまたはヘッドフォンを記述するデバイスの種類。

[Android.Runtime.Register("TYPE_BLE_HEADSET", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)]
public const Android.Media.AudioDeviceType TypeBleHeadset = 26;
[<Android.Runtime.Register("TYPE_BLE_HEADSET", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)>]
val mutable TypeBleHeadset : Android.Media.AudioDeviceType

フィールド値

Value = 26
属性

注釈

Bluetooth Low Energy (BLE) オーディオ ヘッドセットまたはヘッドフォンを記述するデバイスの種類。 デバイスがシンクの場合、ヘッドホンはヘッドセットとグループ化されます。再生に関するヘッドセットとヘッドフォンの機能は同じです。

android.media.AudioDeviceInfo.TYPE_BLE_HEADSETJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象