Video SDK for iOS 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 frame rate. The default maximum and minimum frame rates for other modes are 0. More...
#include <ZoomVideoSDKVideoHelper.h>
Inherits NSObject.
Properties | |
ZoomVideoSDKVideoPreferenceMode | mode |
Preferred video mode. | |
NSUInteger | minimumFrameRate |
Minimum frame rate, default is 0. | |
NSUInteger | 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 frame rate. The default maximum and minimum frame rates for other modes are 0.
Definition at line 35 of file ZoomVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Maximum frame rate, default is 0.
Definition at line 51 of file ZoomVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Minimum frame rate, default is 0.
Definition at line 45 of file ZoomVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Preferred video mode.
Definition at line 39 of file ZoomVideoSDKVideoHelper.h.