Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKVideoCapability.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
public
class
ZoomSDKVideoCapability
{
4
5
private
int
width
;
6
7
private
int
height
;
8
9
private
int
frame
;
10
11
public
ZoomSDKVideoCapability
(
int
width
,
int
height
,
int
frame
) {
12
this.width =
width
;
13
this.height =
height
;
14
this.frame =
frame
;
15
}
16
17
public
int
getWidth
() {
18
return
width
;
19
}
20
21
public
int
getHeight
() {
22
return
height
;
23
}
24
25
public
int
getFrame
() {
26
return
frame
;
27
}
28
29
public
void
setWidth
(
int
width
) {
30
this.width =
width
;
31
}
32
33
public
void
setHeight
(
int
height
) {
34
this.height =
height
;
35
}
36
37
public
void
setFrame
(
int
frame
) {
38
this.frame =
frame
;
39
}
40
}
us.zoom.sdk.ZoomSDKVideoCapability
Definition
ZoomSDKVideoCapability.java:3
us.zoom.sdk.ZoomSDKVideoCapability.setFrame
void setFrame(int frame)
Definition
ZoomSDKVideoCapability.java:37
us.zoom.sdk.ZoomSDKVideoCapability.getFrame
int getFrame()
Definition
ZoomSDKVideoCapability.java:25
us.zoom.sdk.ZoomSDKVideoCapability.height
int height
Definition
ZoomSDKVideoCapability.java:7
us.zoom.sdk.ZoomSDKVideoCapability.setHeight
void setHeight(int height)
Definition
ZoomSDKVideoCapability.java:33
us.zoom.sdk.ZoomSDKVideoCapability.getWidth
int getWidth()
Definition
ZoomSDKVideoCapability.java:17
us.zoom.sdk.ZoomSDKVideoCapability.getHeight
int getHeight()
Definition
ZoomSDKVideoCapability.java:21
us.zoom.sdk.ZoomSDKVideoCapability.ZoomSDKVideoCapability
ZoomSDKVideoCapability(int width, int height, int frame)
Definition
ZoomSDKVideoCapability.java:11
us.zoom.sdk.ZoomSDKVideoCapability.width
int width
Definition
ZoomSDKVideoCapability.java:5
us.zoom.sdk.ZoomSDKVideoCapability.frame
int frame
Definition
ZoomSDKVideoCapability.java:9
us.zoom.sdk.ZoomSDKVideoCapability.setWidth
void setWidth(int width)
Definition
ZoomSDKVideoCapability.java:29
sdk
ZoomSDKVideoCapability.java
Generated by
1.12.0