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.

Java documentación 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 Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a