Freigeben über


TvInputManager.VideoUnavailableReasonInsufficientResource Feld

Definition

Achtung

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

Grund für TvInputService.Session#notifyVideoUnavailable(int) und TvView.TvInputCallback#onVideoUnavailable(String, int): Das Video ist nicht verfügbar, da die Ressource nicht ausreicht, um die Anforderungen zu erfüllen.

[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

Feldwert

Value = 6
Attribute

Hinweise

Grund für TvInputService.Session#notifyVideoUnavailable(int) und TvView.TvInputCallback#onVideoUnavailable(String, int): Das Video ist nicht verfügbar, da die Ressource nicht ausreicht, um die Anforderungen zu erfüllen.

Java-Dokumentation für android.media.tv.TvInputManager.VIDEO_UNAVAILABLE_REASON_INSUFFICIENT_RESOURCE.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: