CameraDevice.CreateConstrainedHighSpeedCaptureSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new constrained high speed capture session.
[Android.Runtime.Register("createConstrainedHighSpeedCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateConstrainedHighSpeedCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)]
public abstract void CreateConstrainedHighSpeedCaptureSession (System.Collections.Generic.IList<Android.Views.Surface> outputs, Android.Hardware.Camera2.CameraCaptureSession.StateCallback callback, Android.OS.Handler? handler);
[<Android.Runtime.Register("createConstrainedHighSpeedCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateConstrainedHighSpeedCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)>]
abstract member CreateConstrainedHighSpeedCaptureSession : System.Collections.Generic.IList<Android.Views.Surface> * Android.Hardware.Camera2.CameraCaptureSession.StateCallback * Android.OS.Handler -> unit
Parameters
The new set of Surfaces that should be made available as targets for captured high speed image data.
- callback
- CameraCaptureSession.StateCallback
The callback to notify about the status of the new capture session.
- handler
- Handler
The handler on which the callback should be invoked, or null
to use
the current thread's android.os.Looper looper
.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.