AspectRatio
public
final
enum
AspectRatio
extends Enum<AspectRatio>
| java.lang.Object | ||
| ↳ | java.lang.Enum<androidx.camera.core.AspectRatio> | |
| ↳ | androidx.camera.core.AspectRatio | |
The aspect ratio of the use case.
Summary
Enum values | |
|---|---|
AspectRatio |
RATIO_16_9
16:9 standard aspect ratio. |
AspectRatio |
RATIO_4_3
4:3 standard aspect ratio. |
Public methods | |
|---|---|
static
AspectRatio
|
valueOf(String name)
|
static
final
AspectRatio[]
|
values()
|
Inherited methods | |
|---|---|
Enum values
Public methods
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.