MediaDrm.ErrorCodes.ErrorProvisioningCertificate Campo

Definición

Precaución

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

Error al cargar el certificado aprovisionado.

[Android.Runtime.Register("ERROR_PROVISIONING_CERTIFICATE", 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 ErrorProvisioningCertificate = 24;
[<Android.Runtime.Register("ERROR_PROVISIONING_CERTIFICATE", 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 ErrorProvisioningCertificate : Android.Media.DrmErrorCode

Valor de campo

Value = 24
Atributos

Comentarios

Error al cargar el certificado aprovisionado.

El reaprovisionamiento puede resolver el problema; consulte con el proveedor del MediaDrm complemento para obtener instrucciones de reaprovisionamiento. De lo contrario, el uso de un nivel de seguridad diferente puede resolver el problema.

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

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