AspectRatio

@RequiresApi(value = 21)
public class AspectRatio


The aspect ratio of the use case.

Aspect ratio is the ratio of width to height.

Summary

Constants

static final int

16:9 standard aspect ratio.

static final int

4:3 standard aspect ratio.

static final int

The aspect ratio representing no preference for aspect ratio.

Constants

RATIO_16_9

Added in 1.0.0
public static final int RATIO_16_9 = 1

16:9 standard aspect ratio.

RATIO_4_3

Added in 1.0.0
public static final int RATIO_4_3 = 0

4:3 standard aspect ratio.

RATIO_DEFAULT

Added in 1.3.0
public static final int RATIO_DEFAULT = -1

The aspect ratio representing no preference for aspect ratio.