Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoPreferenceSetting Class Reference

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

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Properties

ZoomSDKVideoPreferenceMode mode
 Preferred video mode.
 
unsigned int minimumFrameRate
 0 for the default value, minimumFrameRate should be less than maximumFrameRate,
 
unsigned int maximumFrameRate
 0 for the default value, maximumFrameRate should be less and equal than 30,
 

Detailed Description

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

Definition at line 584 of file ZoomSDKSettingService.h.

Property Documentation

◆ maximumFrameRate

- (unsigned int) maximumFrameRate
readwritenonatomicassign

0 for the default value, maximumFrameRate should be less and equal than 30,

Note
range: from 0 to 30. Out of range for frame rate will use default frame rate of Zoom.

Definition at line 600 of file ZoomSDKSettingService.h.

◆ minimumFrameRate

- (unsigned int) minimumFrameRate
readwritenonatomicassign

0 for the default value, minimumFrameRate should be less than maximumFrameRate,

Note
range: from 0 to 30. Out of range for frame rate will use default frame rate of Zoom.

Definition at line 594 of file ZoomSDKSettingService.h.

◆ mode

- (ZoomSDKVideoPreferenceMode) mode
readwritenonatomicassign

Preferred video mode.

Definition at line 588 of file ZoomSDKSettingService.h.