AudioDeviceInfo.TypeBleBroadcast フィールド

定義

注意事項

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

Bluetooth 低エネルギー (BLE) ブロードキャスト グループを記述するデバイスの種類。

[Android.Runtime.Register("TYPE_BLE_BROADCAST", ApiSince=33)]
[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 TypeBleBroadcast = 30;
[<Android.Runtime.Register("TYPE_BLE_BROADCAST", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)>]
val mutable TypeBleBroadcast : Android.Media.AudioDeviceType

フィールド値

Value = 30
属性

注釈

Bluetooth 低エネルギー (BLE) ブロードキャスト グループを記述するデバイスの種類。

の Java ドキュメント android.media.AudioDeviceInfo.TYPE_BLE_BROADCAST

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

適用対象