OTCameraCaptureFrameRate Constants Reference

Declared in OTPublisher.h

OTCameraCaptureFrameRate

Defines values for the cameraFrameRate parameter of the [OTPublisher initWithDelegate:name:cameraResolution:cameraFrameRate:] method.

Definition

typedef NS_ENUM(NSInteger, OTCameraCaptureFrameRate ) {
   OTCameraCaptureFrameRate30FPS = 30,
   OTCameraCaptureFrameRate15FPS = 15,
   OTCameraCaptureFrameRate7FPS = 7,
   OTCameraCaptureFrameRate1FPS = 1,
};

Constants

OTCameraCaptureFrameRate30FPS

30 frames per second.

Declared In OTPublisher.h.

OTCameraCaptureFrameRate15FPS

15 frames per second.

Declared In OTPublisher.h.

OTCameraCaptureFrameRate7FPS

7 frames per second.

Declared In OTPublisher.h.

OTCameraCaptureFrameRate1FPS

1 frame per second.

Declared In OTPublisher.h.

Declared In

OTPublisher.h