public class VideoTrackInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
channelId |
private int |
codecType |
private int |
encodedFrameOnly |
private int |
isLocal |
private int |
observationPosition |
private int |
ownerUid |
private int |
sourceType |
private int |
streamType |
private int |
trackId |
| Constructor and Description |
|---|
VideoTrackInfo() |
VideoTrackInfo(int isLocal,
int ownerUid,
int trackId,
java.lang.String channelId,
int streamType,
int codecType,
int encodedFrameOnly,
int sourceType,
int observationPosition) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelId() |
int |
getCodecType() |
int |
getEncodedFrameOnly() |
int |
getIsLocal() |
int |
getObservationPosition() |
int |
getOwnerUid() |
int |
getSourceType() |
int |
getStreamType() |
int |
getTrackId() |
void |
setChannelId(java.lang.String channelId) |
void |
setCodecType(int codecType) |
void |
setEncodedFrameOnly(int encodedFrameOnly) |
void |
setIsLocal(int isLocal) |
void |
setObservationPosition(int observationPosition) |
void |
setOwnerUid(int ownerUid) |
void |
setSourceType(int sourceType) |
void |
setStreamType(int streamType) |
void |
setTrackId(int trackId) |
private int isLocal
private int ownerUid
private int trackId
private java.lang.String channelId
private int streamType
private int codecType
private int encodedFrameOnly
private int sourceType
private int observationPosition
public VideoTrackInfo()
public VideoTrackInfo(int isLocal,
int ownerUid,
int trackId,
java.lang.String channelId,
int streamType,
int codecType,
int encodedFrameOnly,
int sourceType,
int observationPosition)
public int getIsLocal()
public void setIsLocal(int isLocal)
public int getOwnerUid()
public void setOwnerUid(int ownerUid)
public int getTrackId()
public void setTrackId(int trackId)
public java.lang.String getChannelId()
public void setChannelId(java.lang.String channelId)
public int getStreamType()
public void setStreamType(int streamType)
public int getCodecType()
public void setCodecType(int codecType)
public int getEncodedFrameOnly()
public void setEncodedFrameOnly(int encodedFrameOnly)
public int getSourceType()
public void setSourceType(int sourceType)
public int getObservationPosition()
public void setObservationPosition(int observationPosition)