MediaDrm.ErrorCodes.ErrorGenericOem 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 inesperado notificado por el subsistema OEM del dispositivo.

[Android.Runtime.Register("ERROR_GENERIC_OEM", 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 ErrorGenericOem = 13;
[<Android.Runtime.Register("ERROR_GENERIC_OEM", 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 ErrorGenericOem : Android.Media.DrmErrorCode

Valor de campo

Value = 13
Atributos

Comentarios

Error inesperado notificado por el subsistema OEM del dispositivo.

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_OEM.

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