public class

RequestOptionConfig.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.camera.extensions.internal.RequestOptionConfig.Builder

Overview

Builder for constructing RequestOptionConfig instances.

Summary

Constructors
publicBuilder()

Methods
public RequestOptionConfigbuild()

Construct the instance.

public static RequestOptionConfig.Builderfrom(Config config)

Extract the capture request options from the given Config and create a RequestOptionConfig.Builder consisting of these capture request options.

public RequestOptionConfig.BuildersetCaptureRequestOption(<any> key, java.lang.Object value)

Sets the capture request option.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder()

Methods

public static RequestOptionConfig.Builder from(Config config)

Extract the capture request options from the given Config and create a RequestOptionConfig.Builder consisting of these capture request options.

public RequestOptionConfig.Builder setCaptureRequestOption(<any> key, java.lang.Object value)

Sets the capture request option.

public RequestOptionConfig build()

Construct the instance.