Compartir a través de


MediaDrm.ErrorCodes.ErrorInsufficientSecurity Campo

Definición

Precaución

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

El nivel de seguridad del dispositivo no es suficiente para cumplir los requisitos establecidos por el propietario del contenido en la directiva de licencia.

[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

Valor de campo

Value = 7
Atributos

Comentarios

El nivel de seguridad del dispositivo no es suficiente para cumplir los requisitos establecidos por el propietario del contenido en la directiva de licencia.

Documentación de Java para android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_SECURITY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a