Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSharePreprocessParam.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
3
import
android.content.Intent;
4
import
android.view.View;
5
6
public
class
ZoomVideoSDKSharePreprocessParam
{
7
8
public
ZoomVideoSDKSharePreprocessParam
(
ZoomVideoSDKSharePreprocessType
type
, View
view
, Intent
data
) {
9
this.type =
type
;
10
this.view =
view
;
11
this.data =
data
;
12
}
13
15
public
ZoomVideoSDKSharePreprocessType
type
;
16
18
public
View
view
;
19
25
public
Intent
data
;
26
}
us.zoom.sdk.ZoomVideoSDKSharePreprocessParam
Definition
ZoomVideoSDKSharePreprocessParam.java:6
us.zoom.sdk.ZoomVideoSDKSharePreprocessParam.ZoomVideoSDKSharePreprocessParam
ZoomVideoSDKSharePreprocessParam(ZoomVideoSDKSharePreprocessType type, View view, Intent data)
Definition
ZoomVideoSDKSharePreprocessParam.java:8
us.zoom.sdk.ZoomVideoSDKSharePreprocessParam.data
Intent data
The intent data for retriving the MediaProjection obtained from a succesful screen capture request....
Definition
ZoomVideoSDKSharePreprocessParam.java:25
us.zoom.sdk.ZoomVideoSDKSharePreprocessParam.type
ZoomVideoSDKSharePreprocessType type
Definition
ZoomVideoSDKSharePreprocessParam.java:15
us.zoom.sdk.ZoomVideoSDKSharePreprocessParam.view
View view
Definition
ZoomVideoSDKSharePreprocessParam.java:18
us.zoom.sdk.ZoomVideoSDKSharePreprocessType
Definition
ZoomVideoSDKSharePreprocessType.java:3
sdk
ZoomVideoSDKSharePreprocessParam.java
Generated by
1.12.0