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

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象