ExtensionSessionConfiguration Constructor
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 ExtensionSessionConfiguration
[Android.Runtime.Register(".ctor", "(ILjava/util/List;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraExtensionSession$StateCallback;)V", "", ApiSince=31)]
public ExtensionSessionConfiguration (int extension, System.Collections.Generic.IList<Android.Hardware.Camera2.Params.OutputConfiguration> outputs, Java.Util.Concurrent.IExecutor executor, Android.Hardware.Camera2.CameraExtensionSession.StateCallback listener);
[<Android.Runtime.Register(".ctor", "(ILjava/util/List;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraExtensionSession$StateCallback;)V", "", ApiSince=31)>]
new Android.Hardware.Camera2.Params.ExtensionSessionConfiguration : int * System.Collections.Generic.IList<Android.Hardware.Camera2.Params.OutputConfiguration> * Java.Util.Concurrent.IExecutor * Android.Hardware.Camera2.CameraExtensionSession.StateCallback -> Android.Hardware.Camera2.Params.ExtensionSessionConfiguration
Parameters
- extension
- Int32
to be used for processing
- outputs
- IList<OutputConfiguration>
a list of output configurations for the capture session
- executor
- IExecutor
the executor which will be used for invoking the callbacks
- listener
- CameraExtensionSession.StateCallback
callbacks to be invoked when the state of the CameraExtensionSession changes
- 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.