Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaControls
Description
Hint for player indicating that blocked playback mode will be used / not used
Implement as needed by the player.
| Name | SetBlockingPlaybackHint |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include Path | #include "IMediaControls.h" |
virtual void SetBlockingPlaybackHint
(
bool bFacadeWillUseBlockingPlayback
)
Parameters
| Name | Remarks |
|---|---|
| bFacadeWillUseBlockingPlayback | True if blocked playback will be used, false otherwiese |