public class RemoteVideoStreamInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte |
currentDownscaleLevel |
private byte |
streamType |
private byte |
totalDownscaleLevelCounts |
private int |
uid |
| Constructor and Description |
|---|
RemoteVideoStreamInfo() |
RemoteVideoStreamInfo(int uid,
byte streamType,
byte currentDownscaleLevel,
byte totalDownscaleLevelCounts) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCurrentDownscaleLevel() |
byte |
getStreamType() |
byte |
getTotalDownscaleLevelCounts() |
int |
getUid() |
void |
setCurrentDownscaleLevel(byte currentDownscaleLevel) |
void |
setStreamType(byte streamType) |
void |
setTotalDownscaleLevelCounts(byte totalDownscaleLevelCounts) |
void |
setUid(int uid) |
private int uid
private byte streamType
private byte currentDownscaleLevel
private byte totalDownscaleLevelCounts
public RemoteVideoStreamInfo()
public RemoteVideoStreamInfo(int uid,
byte streamType,
byte currentDownscaleLevel,
byte totalDownscaleLevelCounts)
public int getUid()
public void setUid(int uid)
public byte getStreamType()
public void setStreamType(byte streamType)
public byte getCurrentDownscaleLevel()
public void setCurrentDownscaleLevel(byte currentDownscaleLevel)
public byte getTotalDownscaleLevelCounts()
public void setTotalDownscaleLevelCounts(byte totalDownscaleLevelCounts)