Android.Hardware.Camera2.CameraCaptureSession Members

The members of Android.Hardware.Camera2.CameraCaptureSession are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
DeviceCameraDevice. Get the camera device that this session is created for.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
AbortCaptures()
Discard all captures currently pending and in-progress as fast as possible.
abstract
Capture(CaptureRequest, CameraCaptureSession.CaptureCallback, Android.OS.Handler) : int
abstract
CaptureBurst(IList<CaptureRequest>, CameraCaptureSession.CaptureCallback, Android.OS.Handler) : int
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) : int
Documentation for this section has not yet been entered.
abstract
SetRepeatingRequest(CaptureRequest, CameraCaptureSession.CaptureCallback, Android.OS.Handler) : int
Request endlessly repeating capture of images by this capture session.
abstract
StopRepeating()