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