public class ZoomSDKRenderer extends java.lang.Object implements IZoomSDKRenderer
Constructor and Description |
---|
ZoomSDKRenderer(IZoomSDKVideoRawDataDelegate dataDelegate)
ZoomSDKRenderer Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
ZoomSDKRawDataType |
getRawDataType() |
ZoomSDKVideoResolution |
getResolution() |
long |
getUserId() |
void |
setRawDataResolution(ZoomSDKVideoResolution resolution)
Set the raw data video mResolution .
|
MobileRTCRawDataError |
subscribe(long userId,
ZoomSDKRawDataType type)
Subscribe user video by userId,rawDataType
|
MobileRTCRawDataError |
unSubscribe()
unSubscribe raw data.
|
public ZoomSDKRenderer(IZoomSDKVideoRawDataDelegate dataDelegate)
dataDelegate
- video raw data callback IZoomSDKVideoRawDataDelegate
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public void setRawDataResolution(ZoomSDKVideoResolution resolution)
setRawDataResolution
in interface IZoomSDKRenderer
resolution
- ZoomSDKVideoResolution
public MobileRTCRawDataError subscribe(long userId, ZoomSDKRawDataType type)
IZoomSDKRenderer
subscribe
in interface IZoomSDKRenderer
userId
- the target subscribe userIdtype
- raw data type : share or video ZoomSDKRawDataType
MobileRTCSDKError
public MobileRTCRawDataError unSubscribe()
unSubscribe
in interface IZoomSDKRenderer
MobileRTCSDKError
public ZoomSDKVideoResolution getResolution()
getResolution
in interface IZoomSDKRenderer
public ZoomSDKRawDataType getRawDataType()
getRawDataType
in interface IZoomSDKRenderer
public long getUserId()
getUserId
in interface IZoomSDKRenderer