The members of Android.Hardware.Camera2.CameraCaptureSession are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | Device | CameraDevice. Get the camera device that this session is created for. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | AbortCaptures()Discard all captures currently pending and in-progress as fast as possible. | |
abstract | Capture(CaptureRequest, CameraCaptureSession.CaptureCallback, Android.OS.Handler) | |
abstract | CaptureBurst(IList<CaptureRequest>, CameraCaptureSession.CaptureCallback, Android.OS.Handler)Documentation for this section has not yet been entered. | |
abstract | Close()Close this capture session asynchronously. | |
abstract | SetRepeatingBurst(IList<CaptureRequest>, CameraCaptureSession.CaptureCallback, Android.OS.Handler)Documentation for this section has not yet been entered. | |
abstract | SetRepeatingRequest(CaptureRequest, CameraCaptureSession.CaptureCallback, Android.OS.Handler)Request endlessly repeating capture of images by this capture session. | |
abstract | StopRepeating() |