ExtendableBuilder
public interface ExtendableBuilder<T>
CaptureRequestOptions.Builder |
Builder for creating |
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 methods |
|
|---|---|
abstract @NonNull T |
build()Creates an instance of the object that this builder produces. |