Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKRawDataPipe.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumerates the status of sharing.
Enumeration of video resolution options.
Interface for user to subscribe/unSubscribe video raw data. ZoomVideoSDKUser#getVideoPipe().
ZoomVideoSDKRawDataType getRawdataType()
Get the raw data data type.
int subscribe(ZoomVideoSDKVideoResolution resolution, ZoomVideoSDKRawDataPipeDelegate dataDelegate)
Subscribe video raw data with a callback.
String getVideoDeviceName()
Get video device name.
ZoomVideoSDKShareStatus getShareStatus()
Get share status.
int unSubscribe(ZoomVideoSDKRawDataPipeDelegate dataDelegate)
UnSubscribe video raw data with the subscribed callback.
ZoomVideoSDKVideoStatus getVideoStatus()
Get video status.
ZoomVideoSDKVideoStatus provides information on the user's video device (the detected compatible vide...