Choose your operating system:
Windows
macOS
Linux
| TMediaSampleSource::Peek()
|
Module |
|
Header |
/Engine/Source/Runtime/MediaUtils/Public/MediaSampleQueue.h |
Include |
#include "MediaSampleQueue.h" |
virtual bool Peek
(
TSharedPtr< SampleType, ESPMode::ThreadSafe > & OutSample
)
Peek at the next sample in the queue without removing it.
true if a sample has been returned, false if the queue was empty.
Parameter |
Description |
---|---|
OutSample |
Will contain the sample if the queue is not empty. |