Condividi tramite


MediaDrm.ErrorCodes.ErrorStorageWrite Campo

Definizione

Attenzione

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

Il plug-in non è riuscito a scrivere dati nel file system.

[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

Valore del campo

Value = 32
Attributi

Commenti

Il plug-in non è riuscito a scrivere dati nel file system.

Vedere la strategia generale di gestione degli errori per gli errori imprevisti descritti in ErrorCodes.

Documentazione java per android.media.MediaDrm.ErrorCodes.ERROR_STORAGE_WRITE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a