ExperimentalUseCaseGroup
class ExperimentalUseCaseGroup
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
Public constructors | |
---|---|
<init>() Denotes that the annotated classes and methods uses the experimental feature which provides a grouping mechanism for |
Public constructors
<init>
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.