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