Windows Video SDK API Reference
Loading...
Searching...
No Matches
tagVideoPreferenceSetting Struct Reference

#include <zoom_video_sdk_video_helper_interface.h>

Public Member Functions

 tagVideoPreferenceSetting ()
 

Data Fields

ZoomVideoSDKVideoPreferenceMode mode
 0: Balance mode; 1: Smoothness mode; 2: Sharpness mode; 3: Custom mode
 
uint32_t 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
 
uint32_t 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
 

Detailed Description

Definition at line 39 of file zoom_video_sdk_video_helper_interface.h.

Constructor & Destructor Documentation

◆ tagVideoPreferenceSetting()

tagVideoPreferenceSetting::tagVideoPreferenceSetting ( )
inline

Definition at line 44 of file zoom_video_sdk_video_helper_interface.h.

45 {
46 mode = ZoomVideoSDKVideoPreferenceMode_Balance;
49 }
uint32_t minimum_frame_rate
0 for the default value,minimum_frame_rate should be less than maximum_frame_rate,...
uint32_t maximum_frame_rate
0 for the default value,maximum_frame_rate should be less and equal than 30, range: from 0 to 30....
ZoomVideoSDKVideoPreferenceMode mode
0: Balance mode; 1: Smoothness mode; 2: Sharpness mode; 3: Custom mode

References maximum_frame_rate, minimum_frame_rate, and mode.

Field Documentation

◆ maximum_frame_rate

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 43 of file zoom_video_sdk_video_helper_interface.h.

Referenced by tagVideoPreferenceSetting().

◆ minimum_frame_rate

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 42 of file zoom_video_sdk_video_helper_interface.h.

Referenced by tagVideoPreferenceSetting().

◆ mode

ZoomVideoSDKVideoPreferenceMode tagVideoPreferenceSetting::mode

0: Balance mode; 1: Smoothness mode; 2: Sharpness mode; 3: Custom mode

Definition at line 41 of file zoom_video_sdk_video_helper_interface.h.

Referenced by tagVideoPreferenceSetting().