FrameStatistics.VideoFramesSkipped Field

Definition

Number of received frames since the last update call that were decoded, but not shown on display because a newer frame has arrived.

public: int VideoFramesSkipped;
public int VideoFramesSkipped;
val mutable VideoFramesSkipped : int
Public VideoFramesSkipped As Integer 

Field Value

Remarks

Non-zero values indicate that network jitter caused multiple frames to be delayed and then arrived on the client device together in a burst.

Applies to