UseCaseGroup
public
final
class
UseCaseGroup
extends Object
java.lang.Object | |
↳ | 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 | |
---|---|
class |
UseCaseGroup.Builder
A builder for generating |
Public methods | |
---|---|
List<UseCase>
|
getUseCases()
Gets the |
ViewPort
|
getViewPort()
|
Inherited methods | |
---|---|
Public methods
getViewPort
public ViewPort getViewPort ()
Gets the ViewPort
shared by the UseCase
collection.
Returns | |
---|---|
ViewPort |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-24 UTC.