FrameStatistics.VideoFramesDiscarded Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Very similar to VideoFramesSkipped, but the reason for being discarded is that a frame came in so late that it couldn't even be correlated with any pending pose anymore. If this happens, there is some severe network contention.
public: int VideoFramesDiscarded;
public int VideoFramesDiscarded;
val mutable VideoFramesDiscarded : int
Public VideoFramesDiscarded As Integer