UseCaseGroup
class UseCaseGroup
kotlin.Any | |
↳ | androidx.camera.core.UseCaseGroup |
Represents a collection of UseCase
. When the UseCaseGroup
is bound to Lifecycle
, it binds all the UseCase
s to the same Lifecycle
. UseCase
s inside of a UseCaseGroup
usually share some common properties like the FOV defined by ViewPort
.
Summary
Nested classes | |
---|---|
A builder for generating |
Public methods | |
---|---|
MutableList<UseCase!> |
Gets the |
ViewPort? |