다음을 통해 공유


CameraCaptureSession.StateCallback.OnClosed(CameraCaptureSession) 메서드

정의

이 메서드는 세션이 닫혀 있을 때 호출됩니다.

[Android.Runtime.Register("onClosed", "(Landroid/hardware/camera2/CameraCaptureSession;)V", "GetOnClosed_Landroid_hardware_camera2_CameraCaptureSession_Handler")]
public virtual void OnClosed (Android.Hardware.Camera2.CameraCaptureSession session);
[<Android.Runtime.Register("onClosed", "(Landroid/hardware/camera2/CameraCaptureSession;)V", "GetOnClosed_Landroid_hardware_camera2_CameraCaptureSession_Handler")>]
abstract member OnClosed : Android.Hardware.Camera2.CameraCaptureSession -> unit
override this.OnClosed : Android.Hardware.Camera2.CameraCaptureSession -> unit

매개 변수

session
CameraCaptureSession

반환된 세션 #onConfigured

특성

설명

이 메서드는 세션이 닫혀 있을 때 호출됩니다.

부모 카메라 디바이스에서 새 세션을 만들거나 부모 카메라 디바이스가 닫히는 경우(사용자가 디바이스를 닫거나 카메라 디바이스 연결이 끊어지거나 심각한 오류로 인해) 세션이 닫힙니다.

세션이 닫히고 나면 세션의 모든 메서드가 IllegalStateException을 throw하고 반복 요청 또는 버스트가 중지됩니다(호출된 것처럼 #stopRepeating() ). 그러나 세션에 제출된 진행 중인 캡처 요청은 정상적으로 완료됩니다.

에 대한 android.hardware.camera2.CameraCaptureSession.StateCallback.onClosed(android.hardware.camera2.CameraCaptureSession)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상