次の方法で共有


MediaRouter.RouteInfo.DeviceType プロパティ

定義

このルートに関連付けられている受信側デバイスの種類を取得します。

public virtual Android.Media.MediaRouterDeviceType DeviceType { [Android.Runtime.Register("getDeviceType", "()I", "GetGetDeviceTypeHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDeviceType", "()I", "GetGetDeviceTypeHandler", ApiSince=24)>]
member this.DeviceType : Android.Media.MediaRouterDeviceType

プロパティ値

このルートに関連付けられている受信側デバイスの種類: #DEVICE_TYPE_BLUETOOTH, , #DEVICE_TYPE_TV, #DEVICE_TYPE_SPEAKERまたは #DEVICE_TYPE_UNKNOWN.

属性

注釈

このルートに関連付けられている受信側デバイスの種類を取得します。

の Java ドキュメントandroid.media.MediaRouter.RouteInfo.getDeviceType()

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

適用対象