CameraOfflineSession.CameraOfflineSessionCallback.StatusInternalError 字段

定义

注意

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

此状态代码指示意外和致命的内部相机错误。

[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

字段值

Value = 0
属性

注解

此状态代码指示意外和致命的内部相机错误。

挂起的脱机请求将被丢弃,并且可能不会触发相应的已注册捕获回调。

Java文档android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.STATUS_INTERNAL_ERROR

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于