Declared in OTPublisher.h

OTCameraCaptureFrameRate

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

Note that in sessions that use the OpenTok Media Router (sessions with the media mode set to routed), lowering the frame rate proportionally reduces the bandwidth the stream uses. However, in sessions that have the media mode set to relayed, lowering the frame rate does not reduce the stream’s bandwidth.

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