MediaRouter.RouteInfo.DeviceTypeBluetooth フィールド

定義

注意事項

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

メディアのプレゼンテーションを示すルートのレシーバー デバイスの種類が、Bluetooth スピーカーなどの Bluetooth デバイスで行われています。

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

フィールド値

Value = 3
属性

注釈

メディアのプレゼンテーションを示すルートのレシーバー デバイスの種類が、Bluetooth スピーカーなどの Bluetooth デバイスで行われています。

android.media.MediaRouter.RouteInfo.DEVICE_TYPE_BLUETOOTHJava ドキュメント。

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

適用対象