Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/TMediaSampleSinks
Description
Remove the given media sample sink from the collection.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaSampleSinks.h |
| Include Path | #include "MediaSampleSinks.h" |
void Remove
(
const TSharedRef < SinkType, ESPMode::ThreadSafe > & SampleSink,
UMediaPlayer * Player
)
Parameters
| Name | Remarks |
|---|---|
| SampleSink | The sink to remove. |