MediaDrm.ErrorCodes.ErrorGenericPlugin 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 interno inesperado en MediaDrm/MediaCrypto.

[Android.Runtime.Register("ERROR_GENERIC_PLUGIN", 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 ErrorGenericPlugin = 14;
[<Android.Runtime.Register("ERROR_GENERIC_PLUGIN", 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 ErrorGenericPlugin : Android.Media.DrmErrorCode

Valor de campo

Value = 14
Atributos

Comentarios

Error interno inesperado en MediaDrm/MediaCrypto.

Consulte la estrategia general de control de errores para detectar errores inesperados descritos en ErrorCodes.

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

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