TvInputManager.VideoUnavailableReasonCasNeedActivation Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
: Video ist nicht verfügbar, da das Gerät aktiviert werden muss.
[Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_CAS_NEED_ACTIVATION", 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 VideoUnavailableReasonCasNeedActivation = 11;
[<Android.Runtime.Register("VIDEO_UNAVAILABLE_REASON_CAS_NEED_ACTIVATION", 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 VideoUnavailableReasonCasNeedActivation : Android.Media.TV.VideoUnavailableReason
Feldwert
Value = 11- Attribute
Hinweise
Grund für TvInputService.Session#notifyVideoUnavailable(int)
und TvView.TvInputCallback#onVideoUnavailable(String, int)
: Video ist nicht verfügbar, da das Gerät aktiviert werden muss.
Java-Dokumentation für android.media.tv.TvInputManager.VIDEO_UNAVAILABLE_REASON_CAS_NEED_ACTIVATION
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.