Navigation
API > API/Runtime > API/Runtime/MediaUtils > API/Runtime/MediaUtils/FMediaPlayerFacade
Description
Set the time on which to block.
If set, this player will block in TickFetch until the video sample for the specified time are actually available.
Deprecated: Use SetBlockOnTimeRange instead
| Name | SetBlockOnTime |
| Type | function |
| Header File | /Engine/Source/Runtime/MediaUtils/Public/MediaPlayerFacade.h |
| Include Path | #include "MediaPlayerFacade.h" |
| Source | /Engine/Source/Runtime/MediaUtils/Private/MediaPlayerFacade.cpp |
void SetBlockOnTime
(
const FTimespan & Time
)
Parameters
| Name | Remarks |
|---|---|
| Time | The time to block on, or FTimespan::MinValue to disable. |
See Also
- TickFetch