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

Settings for video preference modes including frame rates and resolution adaptation. 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

Settings for video preference modes including frame rates and resolution adaptation.

When custom modes are set, 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 672 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 688 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 682 of file ZoomSDKSettingService.h.

◆ mode

- (ZoomSDKVideoPreferenceMode) mode
readwritenonatomicassign

Preferred video mode.

Definition at line 676 of file ZoomSDKSettingService.h.