public static class IRtcEngineEventHandler.VideoRenderingTracingInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
elapsedTime
Elapsed time from the start tracing time to the time when the tracing event occurred.
|
int |
join2JoinSuccess
Elapsed time from joining channel to finishing joining channel.
|
int |
joinSuccess2RemoteJoined
Elapsed time from finishing joining channel to remote user joined.
|
int |
remoteJoined2PacketReceived
Elapsed time from remote user joined to the remote video packet received.
|
int |
remoteJoined2SetView
Elapsed time from remote user joined to set the view.
|
int |
remoteJoined2UnmuteVideo
Elapsed time from remote user joined to the time subscribing remote video stream.
|
int |
start2JoinChannel
Elapsed time from the start tracing time to the time when join channel.
|
Constructor and Description |
---|
VideoRenderingTracingInfo() |
public int elapsedTime
public int start2JoinChannel
public int join2JoinSuccess
public int joinSuccess2RemoteJoined
public int remoteJoined2SetView
public int remoteJoined2UnmuteVideo
public int remoteJoined2PacketReceived