Package com.twilio.video
Class VideoDimensions
- java.lang.Object
-
- com.twilio.video.VideoDimensions
-
public class VideoDimensions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static VideoDimensions
CIF_VIDEO_DIMENSIONS
CIF (352 x 288) resolution in 1.22:1 aspect ratiostatic int
CIF_VIDEO_HEIGHT
static int
CIF_VIDEO_WIDTH
static VideoDimensions
HD_1080P_VIDEO_DIMENSIONS
HD Widescreen 1080P (1920 x 1080) resolutionstatic int
HD_1080P_VIDEO_HEIGHT
static int
HD_1080P_VIDEO_WIDTH
static VideoDimensions
HD_540P_VIDEO_DIMENSIONS
HD 540P (960 x 540) resolutionstatic int
HD_540P_VIDEO_HEIGHT
static int
HD_540P_VIDEO_WIDTH
static VideoDimensions
HD_720P_VIDEO_DIMENSIONS
HD 720P (1280 x 720) resolutionstatic int
HD_720P_VIDEO_HEIGHT
static int
HD_720P_VIDEO_WIDTH
static VideoDimensions
HD_960P_VIDEO_DIMENSIONS
HD 960P (1280 x 960) resolutionstatic int
HD_960P_VIDEO_HEIGHT
static int
HD_960P_VIDEO_WIDTH
static VideoDimensions
HD_S1080P_VIDEO_DIMENSIONS
HD Standard 1080P (1440 x 1080) resolutionstatic 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 ratiostatic int
VGA_VIDEO_HEIGHT
static int
VGA_VIDEO_WIDTH
int
width
static VideoDimensions
WVGA_VIDEO_DIMENSIONS
WVGA (800 x 480) resolutionstatic int
WVGA_VIDEO_HEIGHT
static int
WVGA_VIDEO_WIDTH
-
Constructor Summary
Constructors Constructor Description VideoDimensions(int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
CIF_VIDEO_WIDTH
public static final int CIF_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
CIF_VIDEO_HEIGHT
public static final int CIF_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
CIF_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions CIF_VIDEO_DIMENSIONS
CIF (352 x 288) resolution in 1.22:1 aspect ratio
-
VGA_VIDEO_WIDTH
public static final int VGA_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
VGA_VIDEO_HEIGHT
public static final int VGA_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
VGA_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions VGA_VIDEO_DIMENSIONS
VGA (640 x 480) resolution in 4:3 aspect ratio
-
WVGA_VIDEO_WIDTH
public static final int WVGA_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
WVGA_VIDEO_HEIGHT
public static final int WVGA_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
WVGA_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions WVGA_VIDEO_DIMENSIONS
WVGA (800 x 480) resolution
-
HD_540P_VIDEO_WIDTH
public static final int HD_540P_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
HD_540P_VIDEO_HEIGHT
public static final int HD_540P_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
HD_540P_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions HD_540P_VIDEO_DIMENSIONS
HD 540P (960 x 540) resolution
-
HD_720P_VIDEO_WIDTH
public static final int HD_720P_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
HD_720P_VIDEO_HEIGHT
public static final int HD_720P_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
HD_720P_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions HD_720P_VIDEO_DIMENSIONS
HD 720P (1280 x 720) resolution
-
HD_960P_VIDEO_WIDTH
public static final int HD_960P_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
HD_960P_VIDEO_HEIGHT
public static final int HD_960P_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
HD_960P_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions HD_960P_VIDEO_DIMENSIONS
HD 960P (1280 x 960) resolution
-
HD_S1080P_VIDEO_WIDTH
public static final int HD_S1080P_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
HD_S1080P_VIDEO_HEIGHT
public static final int HD_S1080P_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
HD_S1080P_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions HD_S1080P_VIDEO_DIMENSIONS
HD Standard 1080P (1440 x 1080) resolution
-
HD_1080P_VIDEO_WIDTH
public static final int HD_1080P_VIDEO_WIDTH
- See Also:
- Constant Field Values
-
HD_1080P_VIDEO_HEIGHT
public static final int HD_1080P_VIDEO_HEIGHT
- See Also:
- Constant Field Values
-
HD_1080P_VIDEO_DIMENSIONS
@NonNull public static final VideoDimensions HD_1080P_VIDEO_DIMENSIONS
HD Widescreen 1080P (1920 x 1080) resolution
-
width
public final int width
-
height
public final int height
-
-