MediaDrm.ErrorCodes.ErrorCryptoLibrary Campo

Definición

Precaución

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

Se produjo un error en la biblioteca criptográfica utilizada por el complemento drm.

[Android.Runtime.Register("ERROR_CRYPTO_LIBRARY", 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 ErrorCryptoLibrary = 12;
[<Android.Runtime.Register("ERROR_CRYPTO_LIBRARY", 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 ErrorCryptoLibrary : Android.Media.DrmErrorCode

Valor de campo

Value = 12
Atributos

Comentarios

Se produjo un error en la biblioteca criptográfica utilizada por el complemento drm.

Java documentación para android.media.MediaDrm.ErrorCodes.ERROR_CRYPTO_LIBRARY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a