Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/TMediaSampleQueue
Description
Returns the number of samples that were dropped in any of the member functions. This is only for tracking statistics and may not necessarily be accurate. The count is never implicitly cleared by any member function. To clear it call with bInClearToZero set to true.
| Name | GetNumDroppedSamples |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaSampleQueue.h |
| Include Path | #include "MediaSampleQueue.h" |
uint32 GetNumDroppedSamples
(
bool bInClearToZero
)
Number of samples that were dropped.