TvInputManager.VideoUnavailableReasonInsufficientResource フィールド

定義

注意事項

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

TvView.TvInputCallback#onVideoUnavailable(String, int)TvInputService.Session#notifyVideoUnavailable(int)理由: リソースが要件を満たすのに十分でないため、ビデオは使用できません。

[Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_INSUFFICIENT_RESOURCE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.VideoUnavailableReason enum directly instead of this field.", true)]
public const Android.Media.TV.VideoUnavailableReason VideoUnavailableReasonInsufficientResource = 6;
[<Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_INSUFFICIENT_RESOURCE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.VideoUnavailableReason enum directly instead of this field.", true)>]
val mutable VideoUnavailableReasonInsufficientResource : Android.Media.TV.VideoUnavailableReason

フィールド値

Value = 6
属性

注釈

TvView.TvInputCallback#onVideoUnavailable(String, int)TvInputService.Session#notifyVideoUnavailable(int)理由: リソースが要件を満たすのに十分でないため、ビデオは使用できません。

android.media.tv.TvInputManager.VIDEO_UNAVAILABLE_REASON_INSUFFICIENT_RESOURCEJava ドキュメント。

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

適用対象