Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaSampleQueue.h |
Include |
#include "MediaSampleQueue.h" |
int32 Num() const
Get the number of samples in the queue.
The value returned by this function is only eventually consistent. It can be called by both consumer and producer threads, but it should not be used to query the actual state of the queue. Always use Dequeue and Peek instead!
Number of samples.