次の方法で共有


TvInputManager.VideoUnavailableReasonCasRebooting フィールド

定義

注意事項

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

TvInputService.Session#notifyVideoUnavailable(int)理由とTvView.TvInputCallback#onVideoUnavailable(String, int): CAS システムが再起動しているため、ビデオは使用できません。

[Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_CAS_REBOOTING", 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 VideoUnavailableReasonCasRebooting = 17;
[<Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_CAS_REBOOTING", 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 VideoUnavailableReasonCasRebooting : Android.Media.TV.VideoUnavailableReason

フィールド値

Value = 17
属性

注釈

TvInputService.Session#notifyVideoUnavailable(int)理由とTvView.TvInputCallback#onVideoUnavailable(String, int): CAS システムが再起動しているため、ビデオは使用できません。

の Java ドキュメントandroid.media.tv.TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_REBOOTING

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

適用対象