MediaDrm.ErrorCodes.ErrorStorageWrite Feld

Definition

Achtung

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

Das Plug-In konnte keine Daten in das Dateisystem schreiben.

[Android.Runtime.Register("ERROR_STORAGE_WRITE", 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 ErrorStorageWrite = 32;
[<Android.Runtime.Register("ERROR_STORAGE_WRITE", 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 ErrorStorageWrite : Android.Media.DrmErrorCode

Feldwert

Value = 32
Attribute

Hinweise

Das Plug-In konnte keine Daten in das Dateisystem schreiben.

Bitte lesen Sie die allgemeine Fehlerbehandlungsstrategie für unerwartete Fehler, die in ErrorCodes.

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

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: