public class RemoteVideoStreamInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte |
currentDownscaleLevel
Current downscale level
|
private byte |
streamType
Stream type
|
private byte |
totalDownscaleLevelCounts
Total downscale level counts
|
private int |
uid
User ID
|
| Constructor and Description |
|---|
RemoteVideoStreamInfo()
Default constructor for RemoteVideoStreamInfo.
|
RemoteVideoStreamInfo(int uid,
byte streamType,
byte currentDownscaleLevel,
byte totalDownscaleLevelCounts)
Constructs RemoteVideoStreamInfo with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getCurrentDownscaleLevel()
Gets the current downscale level.
|
byte |
getStreamType()
Gets the stream type.
|
byte |
getTotalDownscaleLevelCounts()
Gets the total downscale level counts.
|
int |
getUid()
Gets the user ID.
|
void |
setCurrentDownscaleLevel(byte currentDownscaleLevel)
Sets the current downscale level.
|
void |
setStreamType(byte streamType)
Sets the stream type.
|
void |
setTotalDownscaleLevelCounts(byte totalDownscaleLevelCounts)
Sets the total downscale level counts.
|
void |
setUid(int uid)
Sets the user ID.
|
private int uid
private byte streamType
private byte currentDownscaleLevel
private byte totalDownscaleLevelCounts
public RemoteVideoStreamInfo()
public RemoteVideoStreamInfo(int uid,
byte streamType,
byte currentDownscaleLevel,
byte totalDownscaleLevelCounts)
uid - User IDstreamType - Stream typecurrentDownscaleLevel - Current downscale leveltotalDownscaleLevelCounts - Total downscale level countspublic int getUid()
public void setUid(int uid)
uid - User IDpublic byte getStreamType()
public void setStreamType(byte streamType)
streamType - Stream typepublic byte getCurrentDownscaleLevel()
public void setCurrentDownscaleLevel(byte currentDownscaleLevel)
currentDownscaleLevel - Current downscale levelpublic byte getTotalDownscaleLevelCounts()
public void setTotalDownscaleLevelCounts(byte totalDownscaleLevelCounts)
totalDownscaleLevelCounts - Total downscale level counts