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
UseCases to the same Lifecycle. UseCases 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.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]