MediaDrm.ErrorCodes.ErrorInsufficientOutputProtection Campo

Definición

Precaución

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

Los niveles de protección de salida admitidos por el dispositivo no son suficientes para cumplir los requisitos establecidos por el propietario del contenido en la directiva de licencia.

[Android.Runtime.Register("ERROR_INSUFFICIENT_OUTPUT_PROTECTION", 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 ErrorInsufficientOutputProtection = 4;
[<Android.Runtime.Register("ERROR_INSUFFICIENT_OUTPUT_PROTECTION", 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 ErrorInsufficientOutputProtection : Android.Media.DrmErrorCode

Valor de campo

Value = 4
Atributos

Comentarios

Los niveles de protección de salida admitidos por el dispositivo no son suficientes 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_OUTPUT_PROTECTION.

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