Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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 35 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 51 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 45 of file ZoomVideoSDKVideoHelper.h.

◆ mode

- (ZoomVideoSDKVideoPreferenceMode) mode
readwritenonatomicassign

Preferred video mode.

Definition at line 39 of file ZoomVideoSDKVideoHelper.h.