|
Meeting SDK for macOS API Reference
|
Settings for video preference modes including frame rates and resolution adaptation. More...
#include <ZoomSDKSettingVideoController.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 92 of file ZoomSDKSettingVideoController.h.
|
readwritenonatomicassign |
0 for the default value, maximumFrameRate should be less and equal than 30,
Definition at line 108 of file ZoomSDKSettingVideoController.h.
|
readwritenonatomicassign |
0 for the default value, minimumFrameRate should be less than maximumFrameRate,
Definition at line 102 of file ZoomSDKSettingVideoController.h.
|
readwritenonatomicassign |
Preferred video mode.
Definition at line 96 of file ZoomSDKSettingVideoController.h.