OpenTok C SDK
src
otkit
include
opentok
camera_capture_resolution.h
Go to the documentation of this file.
1
7
#ifndef CAMERA_CAPTURE_RESOLUTION_H
8
#define CAMERA_CAPTURE_RESOLUTION_H
9
17
enum
otc_camera_capture_resolution
{
18
OTC_CAMERA_CAPTURE_RESOLUTION_LOW
= 0,
19
OTC_CAMERA_CAPTURE_RESOLUTION_MEDIUM
= 1,
20
OTC_CAMERA_CAPTURE_RESOLUTION_HIGH
= 2,
21
OTC_CAMERA_CAPTURE_RESOLUTION_1080P
= 3
22
};
23
24
#endif
/* camera_capture_resolution_h */
OTC_CAMERA_CAPTURE_RESOLUTION_MEDIUM
Definition:
camera_capture_resolution.h:19
OTC_CAMERA_CAPTURE_RESOLUTION_1080P
Definition:
camera_capture_resolution.h:21
otc_camera_capture_resolution
otc_camera_capture_resolution
Definition:
camera_capture_resolution.h:17
OTC_CAMERA_CAPTURE_RESOLUTION_HIGH
Definition:
camera_capture_resolution.h:20
OTC_CAMERA_CAPTURE_RESOLUTION_LOW
Definition:
camera_capture_resolution.h:18
Generated on Thu Jun 27 2024 12:39:27 for OpenTok C SDK by
1.8.15