MediaDrm.ErrorCodes.ErrorInsufficientSecurity Feld

Definition

Achtung

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

Die Sicherheitsstufe des Geräts reicht nicht aus, um die Anforderungen des Inhaltsbesitzers in der Lizenzrichtlinie zu erfüllen.

[Android.Runtime.Register("ERROR_INSUFFICIENT_SECURITY", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)]
public const Android.Media.DrmErrorCode ErrorInsufficientSecurity = 7;
[<Android.Runtime.Register("ERROR_INSUFFICIENT_SECURITY", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)>]
val mutable ErrorInsufficientSecurity : Android.Media.DrmErrorCode

Feldwert

Value = 7
Attribute

Hinweise

Die Sicherheitsstufe des Geräts reicht nicht aus, um die Anforderungen des Inhaltsbesitzers in der Lizenzrichtlinie zu erfüllen.

Java Dokumentation für android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_SECURITY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: