MediaRoute2Info.TypeBluetoothA2dp フィールド

定義

注意事項

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

ルートが Bluetooth スピーカーやヘッドフォンなどの bluetooth デバイスであることを示します。

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

フィールド値

Value = 8

実装

属性

注釈

ルートが Bluetooth スピーカーやヘッドフォンなどの bluetooth デバイスであることを示します。

android.media.MediaRoute2Info.TYPE_BLUETOOTH_A2DPJava ドキュメント。

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

適用対象