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 32 of file ZoomVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Maximum frame rate, default is 0.
Definition at line 48 of file ZoomVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Minimum frame rate, default is 0.
Definition at line 42 of file ZoomVideoSDKVideoHelper.h.
|
readwritenonatomicassign |
Preferred video mode.
Definition at line 36 of file ZoomVideoSDKVideoHelper.h.