Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoCapability.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
7
13 int getWidth();
14
20 int getHeight();
21
27 int getFrame();
28
30
32
33 void setWidth(int width);
34
35 void setHeight(int height);
36
37}
Enumerates the data modes for video source frames.
Zoom Video SDK video capability information that comprises of width, height and frame.
void setDataMode(ZoomVideoSDKVideoSourceDataMode dataMode)
int getHeight()
Get height of video capability.
int getWidth()
Get width of video capability.
ZoomVideoSDKVideoSourceDataMode getDataMode()
int getFrame()
Get frame rate of video capability.