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 VideoDimensionsCIF_VIDEO_DIMENSIONSCIF (352 x 288) resolution in 1.22:1 aspect ratiostatic intCIF_VIDEO_HEIGHTstatic intCIF_VIDEO_WIDTHstatic VideoDimensionsHD_1080P_VIDEO_DIMENSIONSHD Widescreen 1080P (1920 x 1080) resolutionstatic intHD_1080P_VIDEO_HEIGHTstatic intHD_1080P_VIDEO_WIDTHstatic VideoDimensionsHD_540P_VIDEO_DIMENSIONSHD 540P (960 x 540) resolutionstatic intHD_540P_VIDEO_HEIGHTstatic intHD_540P_VIDEO_WIDTHstatic VideoDimensionsHD_720P_VIDEO_DIMENSIONSHD 720P (1280 x 720) resolutionstatic intHD_720P_VIDEO_HEIGHTstatic intHD_720P_VIDEO_WIDTHstatic VideoDimensionsHD_960P_VIDEO_DIMENSIONSHD 960P (1280 x 960) resolutionstatic intHD_960P_VIDEO_HEIGHTstatic intHD_960P_VIDEO_WIDTHstatic VideoDimensionsHD_S1080P_VIDEO_DIMENSIONSHD Standard 1080P (1440 x 1080) resolutionstatic intHD_S1080P_VIDEO_HEIGHTstatic intHD_S1080P_VIDEO_WIDTHintheightstatic VideoDimensionsVGA_VIDEO_DIMENSIONSVGA (640 x 480) resolution in 4:3 aspect ratiostatic intVGA_VIDEO_HEIGHTstatic intVGA_VIDEO_WIDTHintwidthstatic VideoDimensionsWVGA_VIDEO_DIMENSIONSWVGA (800 x 480) resolutionstatic intWVGA_VIDEO_HEIGHTstatic intWVGA_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 booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
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
-
-