Video SDK for MacOS API Reference
|
Video preference interface. When setting custom modes, the maximum and minimum frame rates are provided by the developer. 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 <ZMVideoSDKVideoHelper.h>
Inherits NSObject.
Properties | |
ZMVideoSDKVideoPreferenceMode | mode |
Preferred video mode. | |
unsigned int | minimumFrameRate |
Minimum frame rate, default is 0. | |
unsigned int | maximumFrameRate |
Maximum frame rate, default is 0. | |
Video preference interface. When setting custom modes, the maximum and minimum frame rates are provided by the developer. 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 76 of file ZMVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Maximum frame rate, default is 0.
Definition at line 92 of file ZMVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Minimum frame rate, default is 0.
Definition at line 86 of file ZMVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Preferred video mode.
Definition at line 80 of file ZMVideoSDKVideoHelper.h.