Summary:
Nested Classes
Config
public
interface
Config
| androidx.camera.core.Config |
A Configuration is a collection of options and values.
Configuration object hold pairs of Options/Values and offer methods for querying whether Options are contained in the configuration along with methods for retrieving the associated values for options.
Summary
Nested classes | |
|---|---|
interface |
Config.ExtendableBuilder
Extendable builders are used to add externally defined options to a configuration. |