Summary:
Inherited Methods
ExperimentalUseCaseGroup
public
abstract
@interface
ExperimentalUseCaseGroup
implements
Annotation
androidx.camera.core.ExperimentalUseCaseGroup |
Denotes that the annotated classes and methods uses the experimental feature which provides
a grouping mechanism for UseCase
s.
The UseCaseGroup
is a class that groups UseCase
s together. All the
UseCase
s in the same group share certain properties. The ViewPort
is a
collection of shared UseCase
properties for synchronizing the visible rectangle across
all the use cases.
Summary
Inherited methods | |
---|---|