Meeting SDK for macOS API 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, | |
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.
|
readwritenonatomicassign |
0 for the default value, maximumFrameRate should be less and equal than 30,
Definition at line 688 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
0 for the default value, minimumFrameRate should be less than maximumFrameRate,
Definition at line 682 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Preferred video mode.
Definition at line 676 of file ZoomSDKSettingService.h.