Package io.agora.rtc2
Class IRtcEngineEventHandler.VideoRenderingTracingInfo
java.lang.Object
io.agora.rtc2.IRtcEngineEventHandler.VideoRenderingTracingInfo
- Enclosing class:
- IRtcEngineEventHandler
The video rendering tracing result
-
Field Summary
FieldsModifier and TypeFieldDescriptionintElapsed time from the start tracing time to the time when the tracing event occurred.intElapsed time from joining channel to finishing joining channel.intElapsed time from finishing joining channel to remote user joined.intElapsed time from remote user joined to the remote video packet received.intElapsed time from remote user joined to set the view.intElapsed time from remote user joined to the time subscribing remote video stream.intElapsed time from the start tracing time to the time when join channel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
elapsedTime
public int elapsedTimeElapsed time from the start tracing time to the time when the tracing event occurred. -
start2JoinChannel
public int start2JoinChannelElapsed time from the start tracing time to the time when join channel. **Note** If the start tracing time is behind the time when join channel, this value will be negative. -
join2JoinSuccess
public int join2JoinSuccessElapsed time from joining channel to finishing joining channel. -
joinSuccess2RemoteJoined
public int joinSuccess2RemoteJoinedElapsed time from finishing joining channel to remote user joined. **Note** If the start tracing time is after the time finishing join channel, this value will be the elapsed time from the start tracing time to remote user joined. The minimum value is 0. -
remoteJoined2SetView
public int remoteJoined2SetViewElapsed time from remote user joined to set the view. **Note** If the start tracing time is after the time when remote user joined, this value will be the elapsed time from the start tracing time to set the view. The minimum value is 0. -
remoteJoined2UnmuteVideo
public int remoteJoined2UnmuteVideoElapsed time from remote user joined to the time subscribing remote video stream. **Note** If the start tracing time is after the time when remote user joined, this value will be the elapsed time from the start tracing time to the time subscribing remote video stream. The minimum value is 0. -
remoteJoined2PacketReceived
public int remoteJoined2PacketReceivedElapsed time from remote user joined to the remote video packet received. **Note** If the start tracing time is after the time when remote user joined, this value will be the elapsed time from the start tracing time to the time subscribing remote video stream. The minimum value is 0.
-
-
Constructor Details
-
VideoRenderingTracingInfo
public VideoRenderingTracingInfo()
-