Android.Hardware.Camera2.CameraCaptureSession: Method Members

The methods of Android.Hardware.Camera2.CameraCaptureSession are listed below. For a list of all members, see the CameraCaptureSession Members list.

See Also: Inherited members from Java.Lang.Object

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()