public class VideoDimensions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VideoDimensions |
CIF_VIDEO_DIMENSIONS
CIF (352 x 288) resolution in 1.22:1 aspect ratio
|
static int |
CIF_VIDEO_HEIGHT |
static int |
CIF_VIDEO_WIDTH |
static VideoDimensions |
HD_1080P_VIDEO_DIMENSIONS
HD Widescreen 1080P (1920 x 1080) resolution
|
static int |
HD_1080P_VIDEO_HEIGHT |
static int |
HD_1080P_VIDEO_WIDTH |
static VideoDimensions |
HD_540P_VIDEO_DIMENSIONS
HD 540P (960 x 540) resolution
|
static int |
HD_540P_VIDEO_HEIGHT |
static int |
HD_540P_VIDEO_WIDTH |
static VideoDimensions |
HD_720P_VIDEO_DIMENSIONS
HD 720P (1280 x 720) resolution
|
static int |
HD_720P_VIDEO_HEIGHT |
static int |
HD_720P_VIDEO_WIDTH |
static VideoDimensions |
HD_960P_VIDEO_DIMENSIONS
HD 960P (1280 x 960) resolution
|
static int |
HD_960P_VIDEO_HEIGHT |
static int |
HD_960P_VIDEO_WIDTH |
static VideoDimensions |
HD_S1080P_VIDEO_DIMENSIONS
HD Standard 1080P (1440 x 1080) resolution
|
static int |
HD_S1080P_VIDEO_HEIGHT |
static int |
HD_S1080P_VIDEO_WIDTH |
int |
height |
static VideoDimensions |
VGA_VIDEO_DIMENSIONS
VGA (640 x 480) resolution in 4:3 aspect ratio
|
static int |
VGA_VIDEO_HEIGHT |
static int |
VGA_VIDEO_WIDTH |
int |
width |
static VideoDimensions |
WVGA_VIDEO_DIMENSIONS
WVGA (800 x 480) resolution
|
static int |
WVGA_VIDEO_HEIGHT |
static int |
WVGA_VIDEO_WIDTH |
Constructor and Description |
---|
VideoDimensions(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final int CIF_VIDEO_WIDTH
public static final int CIF_VIDEO_HEIGHT
@NonNull public static final VideoDimensions CIF_VIDEO_DIMENSIONS
public static final int VGA_VIDEO_WIDTH
public static final int VGA_VIDEO_HEIGHT
@NonNull public static final VideoDimensions VGA_VIDEO_DIMENSIONS
public static final int WVGA_VIDEO_WIDTH
public static final int WVGA_VIDEO_HEIGHT
@NonNull public static final VideoDimensions WVGA_VIDEO_DIMENSIONS
public static final int HD_540P_VIDEO_WIDTH
public static final int HD_540P_VIDEO_HEIGHT
@NonNull public static final VideoDimensions HD_540P_VIDEO_DIMENSIONS
public static final int HD_720P_VIDEO_WIDTH
public static final int HD_720P_VIDEO_HEIGHT
@NonNull public static final VideoDimensions HD_720P_VIDEO_DIMENSIONS
public static final int HD_960P_VIDEO_WIDTH
public static final int HD_960P_VIDEO_HEIGHT
@NonNull public static final VideoDimensions HD_960P_VIDEO_DIMENSIONS
public static final int HD_S1080P_VIDEO_WIDTH
public static final int HD_S1080P_VIDEO_HEIGHT
@NonNull public static final VideoDimensions HD_S1080P_VIDEO_DIMENSIONS
public static final int HD_1080P_VIDEO_WIDTH
public static final int HD_1080P_VIDEO_HEIGHT
@NonNull public static final VideoDimensions HD_1080P_VIDEO_DIMENSIONS
public final int width
public final int height
6.0.0