Server Gateway SDK v3.7.200.21 for Linux Java
Public Member Functions | List of all members
io.agora.rtc.RemoteVideoTrackStats Class Reference

Public Member Functions

 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)
 
int getUid ()
 
void setUid (int uid)
 
int getDelay ()
 
void setDelay (int delay)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 
int getReceivedBitrate ()
 
void setReceivedBitrate (int receivedBitrate)
 
int getDecoderOutputFrameRate ()
 
void setDecoderOutputFrameRate (int decoderOutputFrameRate)
 
int getRendererOutputFrameRate ()
 
void setRendererOutputFrameRate (int rendererOutputFrameRate)
 
int getFrameLossRate ()
 
void setFrameLossRate (int frameLossRate)
 
int getPacketLossRate ()
 
void setPacketLossRate (int packetLossRate)
 
int getRxStreamType ()
 
void setRxStreamType (int rxStreamType)
 
int getTotalFrozenTime ()
 
void setTotalFrozenTime (int totalFrozenTime)
 
int getFrozenRate ()
 
void setFrozenRate (int frozenRate)
 
int getTotalDecodedFrames ()
 
void setTotalDecodedFrames (int totalDecodedFrames)
 
int getAvSyncTimeMs ()
 
void setAvSyncTimeMs (int avSyncTimeMs)
 
int getDownlinkProcessTimeMs ()
 
void setDownlinkProcessTimeMs (int downlinkProcessTimeMs)
 
int getFrameRenderDelayMs ()
 
void setFrameRenderDelayMs (int frameRenderDelayMs)
 
long getTotalActiveTime ()
 
void setTotalActiveTime (long totalActiveTime)
 
long getPublishDuration ()
 
void setPublishDuration (long publishDuration)
 

Constructor & Destructor Documentation

◆ 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 
)

Member Function Documentation

◆ 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)

The documentation for this class was generated from the following file: