OTCameraCaptureResolution Constants Reference
Declared in | OTPublisher.h |
---|
OTCameraCaptureResolution
Defines values for the cameraResolution
parameter of the
[OTPublisher initWithDelegate:name:cameraResolution:cameraFrameRate:] method.
Definition
typedef NS_ENUM(NSInteger, OTCameraCaptureResolution ) {
OTCameraCaptureResolutionLow,
OTCameraCaptureResolutionMedium,
OTCameraCaptureResolutionHigh,
};
Constants
OTCameraCaptureResolutionLow
-
The lowest available camera capture resolution supported in the OpenTok iOS SDK (352x288) or the closest resolution supported on the device.
Declared In
OTPublisher.h
. OTCameraCaptureResolutionMedium
-
VGA resolution (640x480) or the closest resolution supported on the device.
Declared In
OTPublisher.h
. OTCameraCaptureResolutionHigh
-
The highest available camera capture resolution supported in the OpenTok iOS SDK (1280x720) or the closest resolution supported on the device.
Declared In
OTPublisher.h
.
Declared In
OTPublisher.h