TvInputManager.VideoUnavailableReasonCasInsufficientOutputProtection フィールド

定義

注意事項

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_CAS_INSUFFICIENT_OUTPUT_PROTECTION", 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 VideoUnavailableReasonCasInsufficientOutputProtection = 7;
[<Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_CAS_INSUFFICIENT_OUTPUT_PROTECTION", 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 VideoUnavailableReasonCasInsufficientOutputProtection : Android.Media.TV.VideoUnavailableReason

フィールド値

Value = 7
属性

注釈

TvView.TvInputCallback#onVideoUnavailable(String, int)の理由TvInputService.Session#notifyVideoUnavailable(int): デバイスで有効になっている出力保護レベルがライセンス ポリシーの要件を満たすのに十分でないため、ビデオは使用できません。

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

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

適用対象