ExtendableBuilder
interface ExtendableBuilder<T>
CaptureRequestOptions.Builder |
This class is deprecated. Use the camera2Interop or applyCamera2Interop extension functions instead, e.g., 'builder.camera2Interop { setCaptureRequestOption(key, value) }'. |
ImageAnalysis.Builder |
Builder for a |
ImageCapture.Builder |
Builder for an |
Preview.Builder |
Builder for a |
VideoCapture.Builder |
Builder for a |
Extendable builders are used to add externally defined options that can be passed to the implementation being built.
| Parameters | |
|---|---|
<T> |
the type being built by this builder. |
Summary
Public functions |
|
|---|---|
T |
build()Creates an instance of the object that this builder produces. |