io.agora.rtc.VideoTrackInfo类 参考
构造及析构函数说明
VideoTrackInfo() [1/2]
io.agora.rtc.VideoTrackInfo.VideoTrackInfo | ( | ) |
VideoTrackInfo() [2/2]
io.agora.rtc.VideoTrackInfo.VideoTrackInfo | ( | int | isLocal, |
int | ownerUid, | ||
int | trackId, | ||
java.lang.String | channelId, | ||
int | streamType, | ||
int | codecType, | ||
int | encodedFrameOnly, | ||
int | sourceType, | ||
int | observationPosition ) |
成员函数说明
getChannelId()
java.lang.String io.agora.rtc.VideoTrackInfo.getChannelId | ( | ) |
getCodecType()
int io.agora.rtc.VideoTrackInfo.getCodecType | ( | ) |
getEncodedFrameOnly()
int io.agora.rtc.VideoTrackInfo.getEncodedFrameOnly | ( | ) |
getIsLocal()
int io.agora.rtc.VideoTrackInfo.getIsLocal | ( | ) |
getObservationPosition()
int io.agora.rtc.VideoTrackInfo.getObservationPosition | ( | ) |
getOwnerUid()
int io.agora.rtc.VideoTrackInfo.getOwnerUid | ( | ) |
getSourceType()
int io.agora.rtc.VideoTrackInfo.getSourceType | ( | ) |
getStreamType()
int io.agora.rtc.VideoTrackInfo.getStreamType | ( | ) |
getTrackId()
int io.agora.rtc.VideoTrackInfo.getTrackId | ( | ) |
setChannelId()
void io.agora.rtc.VideoTrackInfo.setChannelId | ( | java.lang.String | channelId | ) |
setCodecType()
void io.agora.rtc.VideoTrackInfo.setCodecType | ( | int | codecType | ) |
setEncodedFrameOnly()
void io.agora.rtc.VideoTrackInfo.setEncodedFrameOnly | ( | int | encodedFrameOnly | ) |
setIsLocal()
void io.agora.rtc.VideoTrackInfo.setIsLocal | ( | int | isLocal | ) |
setObservationPosition()
void io.agora.rtc.VideoTrackInfo.setObservationPosition | ( | int | observationPosition | ) |
setOwnerUid()
void io.agora.rtc.VideoTrackInfo.setOwnerUid | ( | int | ownerUid | ) |
setSourceType()
void io.agora.rtc.VideoTrackInfo.setSourceType | ( | int | sourceType | ) |
setStreamType()
void io.agora.rtc.VideoTrackInfo.setStreamType | ( | int | streamType | ) |
setTrackId()
void io.agora.rtc.VideoTrackInfo.setTrackId | ( | int | trackId | ) |
类成员变量说明
private
channelId
|
private
codecType
|
private
encodedFrameOnly
|
private
isLocal
|
private
observationPosition
|
private
ownerUid
|
private
sourceType
|
private
streamType
|
private
trackId
|