Video SDK for Windows API Reference
|
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 <zoom_video_sdk_video_helper_interface.h>
Public Member Functions | |
tagVideoPreferenceSetting () | |
Data Fields | |
ZoomVideoSDKVideoPreferenceMode | mode |
uint32_t | minimum_frame_rate |
uint32_t | maximum_frame_rate |
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 42 of file zoom_video_sdk_video_helper_interface.h.
|
inline |
Definition at line 50 of file zoom_video_sdk_video_helper_interface.h.
References maximum_frame_rate, minimum_frame_rate, mode, and ZoomVideoSDKVideoPreferenceMode_Balance.
uint32_t tagVideoPreferenceSetting::maximum_frame_rate |
0 for the default value,maximum_frame_rate should be less and equal than 30, range: from 0 to 30.out of range for frame-rate will use default frame-rate of Zoom
Definition at line 49 of file zoom_video_sdk_video_helper_interface.h.
Referenced by tagVideoPreferenceSetting().
uint32_t tagVideoPreferenceSetting::minimum_frame_rate |
0 for the default value,minimum_frame_rate should be less than maximum_frame_rate, range: from 0 to 30 .out of range for frame-rate will use default frame-rate of Zoom
Definition at line 47 of file zoom_video_sdk_video_helper_interface.h.
Referenced by tagVideoPreferenceSetting().
ZoomVideoSDKVideoPreferenceMode tagVideoPreferenceSetting::mode |
0: Balance mode; 1: Smoothness mode; 2: Sharpness mode; 3: Custom mode
Definition at line 45 of file zoom_video_sdk_video_helper_interface.h.
Referenced by tagVideoPreferenceSetting().