Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoPreferenceSetting Class Reference

Video preference interface.When setting custom modes, the maximum and minimum frame rates are provided by the developer. If the current bandwidth cannot maintain the minimum frame rate, the video system will drop to the next lower frame rate. The default maximum and minimum frame rates for other modes are 0. More...

#include <ZoomVideoSDKVideoHelper.h>

Inherits NSObject.

Properties

ZoomVideoSDKVideoPreferenceMode mode
 Preferred video mode.
 
NSUInteger minimumFrameRate
 Minimum frame rate, default is 0.
 
NSUInteger maximumFrameRate
 Maximum frame rate, default is 0.
 

Detailed Description

Video preference interface.When setting custom modes, the maximum and minimum frame rates are provided by the developer. If the current bandwidth cannot maintain the minimum frame rate, the video system will drop to the next lower frame rate. The default maximum and minimum frame rates for other modes are 0.

Definition at line 32 of file ZoomVideoSDKVideoHelper.h.

Property Documentation

◆ maximumFrameRate

- (NSUInteger) maximumFrameRate
readwritenonatomicassign

Maximum frame rate, default is 0.

Note
The value of maximumFrameRate range from 0 to 30. Otherwise, will use default frame-rate of Zoom.

Definition at line 48 of file ZoomVideoSDKVideoHelper.h.

◆ minimumFrameRate

- (NSUInteger) minimumFrameRate
readwritenonatomicassign

Minimum frame rate, default is 0.

Note
The value of minimumFrameRate range from 0 to 30. Otherwise, will use default frame-rate of Zoom.

Definition at line 42 of file ZoomVideoSDKVideoHelper.h.

◆ mode

- (ZoomVideoSDKVideoPreferenceMode) mode
readwritenonatomicassign

Preferred video mode.

Definition at line 36 of file ZoomVideoSDKVideoHelper.h.