Lenguaje

CameraOfflineSession.CameraOfflineSessionCallback.StatusInternalError Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Hardware.Camera2.SessionErrorStatus enum directly instead of this field.

Este código de estado indica un error de cámara interno inesperado y irrecuperable.

[Android.Runtime.Register("STATUS_INTERNAL_ERROR", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.SessionErrorStatus enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.SessionErrorStatus StatusInternalError = 0;
[<Android.Runtime.Register("STATUS_INTERNAL_ERROR", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.SessionErrorStatus enum directly instead of this field.", true)>]
val mutable StatusInternalError : Android.Hardware.Camera2.SessionErrorStatus

Valor de campo

Value = 0
Atributos

Comentarios

Este código de estado indica un error de cámara interno inesperado y irrecuperable.

Las solicitudes sin conexión pendientes se descartarán y es posible que las devoluciones de llamada de captura registradas correspondientes no se desencadenen.

Java documentación para android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.STATUS_INTERNAL_ERROR.

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