Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SDKVideoPreferenceSetting.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Video Preference Setting When setting custom modes, the developer provides the maximum and minimum fr...
int maximumFrameRate
0 for the default value, maximumFrameRate should be less and equal than 30, range: from 0 to 30....
SDKVideoPreferenceMode mode
0: Balance mode; 1: Smoothness mode; 2: Sharpness mode; 3: Custom mode
int minimumFrameRate
0 for the default value, minimumFrameRate should be less than maximumFrameRate, range: from 0 to 30....
Enumeration of video preference modes.