OpenTok Camera Capture Resolution on default video capturers. More...
| Enumerations | |
| enum | otc_camera_capture_resolution { OTC_CAMERA_CAPTURE_RESOLUTION_LOW = 0 , OTC_CAMERA_CAPTURE_RESOLUTION_MEDIUM = 1 , OTC_CAMERA_CAPTURE_RESOLUTION_HIGH = 2 , OTC_CAMERA_CAPTURE_RESOLUTION_1080P = 3 } |
Detailed Description
OpenTok Camera Capture Resolution on default video capturers.
This file includes the type definition for camera capture resolutions on default video capturers.
Enumeration Type Documentation
otc_camera_capture_resolution
Publisher default camera capture resolution type enumeration.
This enumeration represents the different camera capture resolution types supported. Note: For important considerations in using 1080p video, see this developer guide. Additionally, 1080p resolution is only recommended for relayed sessions.
| Enumerator | |
|---|---|
| OTC_CAMERA_CAPTURE_RESOLUTION_LOW | The lowest resolution (320x240) |
| OTC_CAMERA_CAPTURE_RESOLUTION_MEDIUM | VGA resolution (640x480) |
| OTC_CAMERA_CAPTURE_RESOLUTION_HIGH | HD resolution (1280x720) |
| OTC_CAMERA_CAPTURE_RESOLUTION_1080P | 1080p resolution (1920x1080) |