public class PeerDownlinkInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
currentDownscaleLevel |
private int |
expectedBitrateBps |
private int |
streamType |
private java.lang.String |
userId |
| Constructor and Description |
|---|
PeerDownlinkInfo() |
PeerDownlinkInfo(java.lang.String userId,
int streamType,
int currentDownscaleLevel,
int expectedBitrateBps) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentDownscaleLevel() |
int |
getExpectedBitrateBps() |
int |
getStreamType() |
java.lang.String |
getUid() |
void |
setCurrentDownscaleLevel(int currentDownscaleLevel) |
void |
setExpectedBitrateBps(int expectedBitrateBps) |
void |
setStreamType(int streamType) |
void |
setUid(java.lang.String userId) |
private java.lang.String userId
private int streamType
private int currentDownscaleLevel
private int expectedBitrateBps
public PeerDownlinkInfo()
public PeerDownlinkInfo(java.lang.String userId,
int streamType,
int currentDownscaleLevel,
int expectedBitrateBps)
public java.lang.String getUid()
public void setUid(java.lang.String userId)
public int getStreamType()
public void setStreamType(int streamType)
public int getCurrentDownscaleLevel()
public void setCurrentDownscaleLevel(int currentDownscaleLevel)
public int getExpectedBitrateBps()
public void setExpectedBitrateBps(int expectedBitrateBps)