VideoQuality
Enum that represents video quality.
Constants
VIDEO_QUALITY_HIGH
Set better video quality for the current web camera. This option uses the last value from the CameraManager.testResolutions function result, or the data set to the CameraManager.loadResolutionTestResult. If there is no result for a target web camera, use 1280x720 resolution
VIDEO_QUALITY_LOW
Set medium video quality for the current web camera. This option uses the last value from the CameraManager.testResolutions function result, or the data set to the CameraManager.loadResolutionTestResult. If there is no result for a target web camera, use 640x480 resolution
VIDEO_QUALITY_MEDIUM
Set lower video quality for the current web camera. This option uses the last value from the CameraManager.testResolutions function result, or the data set to the CameraManager.loadResolutionTestResult. If there is no result for a target web camera, use 320x240 resolution
VIDEO_SIZE_CIF
352x288 resolution
VIDEO_SIZE_FHD
1920x1080 resolution
VIDEO_SIZE_HD
1280x720 resolution
VIDEO_SIZE_QCIF
176x144 resolution
VIDEO_SIZE_QQVGA
160x120 resolution
VIDEO_SIZE_QVGA
320x240 resolution
VIDEO_SIZE_SVGA
800x600 resolution
VIDEO_SIZE_UHD
3840x2160 resolution
VIDEO_SIZE_UXGA
1600x1200 resolution
VIDEO_SIZE_VGA
640x480 resolution
VIDEO_SIZE_nHD
640x360 resolution