io.agora.rtc.RemoteVideoTrackStats类 参考
构造及析构函数说明
RemoteVideoTrackStats() [1/2]
io.agora.rtc.RemoteVideoTrackStats.RemoteVideoTrackStats | ( | ) |
RemoteVideoTrackStats() [2/2]
io.agora.rtc.RemoteVideoTrackStats.RemoteVideoTrackStats | ( | int | uid, |
int | delay, | ||
int | width, | ||
int | height, | ||
int | receivedBitrate, | ||
int | decoderOutputFrameRate, | ||
int | rendererOutputFrameRate, | ||
int | frameLossRate, | ||
int | packetLossRate, | ||
int | rxStreamType, | ||
int | totalFrozenTime, | ||
int | frozenRate, | ||
int | totalDecodedFrames, | ||
int | avSyncTimeMs, | ||
int | downlinkProcessTimeMs, | ||
int | frameRenderDelayMs, | ||
long | totalActiveTime, | ||
long | publishDuration ) |
成员函数说明
getAvSyncTimeMs()
int io.agora.rtc.RemoteVideoTrackStats.getAvSyncTimeMs | ( | ) |
getDecoderOutputFrameRate()
int io.agora.rtc.RemoteVideoTrackStats.getDecoderOutputFrameRate | ( | ) |
getDelay()
int io.agora.rtc.RemoteVideoTrackStats.getDelay | ( | ) |
getDownlinkProcessTimeMs()
int io.agora.rtc.RemoteVideoTrackStats.getDownlinkProcessTimeMs | ( | ) |
getFrameLossRate()
int io.agora.rtc.RemoteVideoTrackStats.getFrameLossRate | ( | ) |
getFrameRenderDelayMs()
int io.agora.rtc.RemoteVideoTrackStats.getFrameRenderDelayMs | ( | ) |
getFrozenRate()
int io.agora.rtc.RemoteVideoTrackStats.getFrozenRate | ( | ) |
getHeight()
int io.agora.rtc.RemoteVideoTrackStats.getHeight | ( | ) |
getPacketLossRate()
int io.agora.rtc.RemoteVideoTrackStats.getPacketLossRate | ( | ) |
getPublishDuration()
long io.agora.rtc.RemoteVideoTrackStats.getPublishDuration | ( | ) |
getReceivedBitrate()
int io.agora.rtc.RemoteVideoTrackStats.getReceivedBitrate | ( | ) |
getRendererOutputFrameRate()
int io.agora.rtc.RemoteVideoTrackStats.getRendererOutputFrameRate | ( | ) |
getRxStreamType()
int io.agora.rtc.RemoteVideoTrackStats.getRxStreamType | ( | ) |
getTotalActiveTime()
long io.agora.rtc.RemoteVideoTrackStats.getTotalActiveTime | ( | ) |
getTotalDecodedFrames()
int io.agora.rtc.RemoteVideoTrackStats.getTotalDecodedFrames | ( | ) |
getTotalFrozenTime()
int io.agora.rtc.RemoteVideoTrackStats.getTotalFrozenTime | ( | ) |
getUid()
int io.agora.rtc.RemoteVideoTrackStats.getUid | ( | ) |
getWidth()
int io.agora.rtc.RemoteVideoTrackStats.getWidth | ( | ) |
setAvSyncTimeMs()
void io.agora.rtc.RemoteVideoTrackStats.setAvSyncTimeMs | ( | int | avSyncTimeMs | ) |
setDecoderOutputFrameRate()
void io.agora.rtc.RemoteVideoTrackStats.setDecoderOutputFrameRate | ( | int | decoderOutputFrameRate | ) |
setDelay()
void io.agora.rtc.RemoteVideoTrackStats.setDelay | ( | int | delay | ) |
setDownlinkProcessTimeMs()
void io.agora.rtc.RemoteVideoTrackStats.setDownlinkProcessTimeMs | ( | int | downlinkProcessTimeMs | ) |
setFrameLossRate()
void io.agora.rtc.RemoteVideoTrackStats.setFrameLossRate | ( | int | frameLossRate | ) |
setFrameRenderDelayMs()
void io.agora.rtc.RemoteVideoTrackStats.setFrameRenderDelayMs | ( | int | frameRenderDelayMs | ) |
setFrozenRate()
void io.agora.rtc.RemoteVideoTrackStats.setFrozenRate | ( | int | frozenRate | ) |
setHeight()
void io.agora.rtc.RemoteVideoTrackStats.setHeight | ( | int | height | ) |
setPacketLossRate()
void io.agora.rtc.RemoteVideoTrackStats.setPacketLossRate | ( | int | packetLossRate | ) |
setPublishDuration()
void io.agora.rtc.RemoteVideoTrackStats.setPublishDuration | ( | long | publishDuration | ) |
setReceivedBitrate()
void io.agora.rtc.RemoteVideoTrackStats.setReceivedBitrate | ( | int | receivedBitrate | ) |
setRendererOutputFrameRate()
void io.agora.rtc.RemoteVideoTrackStats.setRendererOutputFrameRate | ( | int | rendererOutputFrameRate | ) |
setRxStreamType()
void io.agora.rtc.RemoteVideoTrackStats.setRxStreamType | ( | int | rxStreamType | ) |
setTotalActiveTime()
void io.agora.rtc.RemoteVideoTrackStats.setTotalActiveTime | ( | long | totalActiveTime | ) |
setTotalDecodedFrames()
void io.agora.rtc.RemoteVideoTrackStats.setTotalDecodedFrames | ( | int | totalDecodedFrames | ) |
setTotalFrozenTime()
void io.agora.rtc.RemoteVideoTrackStats.setTotalFrozenTime | ( | int | totalFrozenTime | ) |
setUid()
void io.agora.rtc.RemoteVideoTrackStats.setUid | ( | int | uid | ) |
setWidth()
void io.agora.rtc.RemoteVideoTrackStats.setWidth | ( | int | width | ) |
类成员变量说明
private
avSyncTimeMs
|
private
decoderOutputFrameRate
|
private
delay
|
private
downlinkProcessTimeMs
|
private
frameLossRate
|
private
frameRenderDelayMs
|
private
frozenRate
|
private
height
|
private
packetLossRate
|
private
publishDuration
|
private
receivedBitrate
|
private
rendererOutputFrameRate
|
private
rxStreamType
|
private
totalActiveTime
|
private
totalDecodedFrames
|
private
totalFrozenTime
|
private
uid
|
private
width
|