TMediaSampleSink::Enqueue

Add a sample to the head of the queue.

Windows
MacOS
Linux

Override Hierarchy

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaSampleSink.h

Include

#include "MediaSampleSink.h"

Syntax

bool Enqueue
(
    const TSharedRef< SampleType, ESPMode::ThreadSafe > & Sample
)

Remarks

Add a sample to the head of the queue.

Returns

true if the item was added, false otherwise.

Parameters

Parameter

Description

Sample

The sample to add.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss