MediaRouter.RouteInfo.DeviceTypeTv フィールド

定義

注意事項

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

メディアのプレゼンテーションを示すルートの受信側デバイスの種類がテレビで発生しています。

[Android.Runtime.Register("DEVICE_TYPE_TV", 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 DeviceTypeTv = 1;
[<Android.Runtime.Register("DEVICE_TYPE_TV", 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 DeviceTypeTv : Android.Media.MediaRouterDeviceType

フィールド値

Value = 1
属性

注釈

メディアのプレゼンテーションを示すルートの受信側デバイスの種類がテレビで発生しています。

の Java ドキュメント android.media.MediaRouter.RouteInfo.DEVICE_TYPE_TV

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

適用対象