Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaControls
Description
Pause media playback.
This is the same as setting the playback rate to 0.0.
| Name | Pause |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include Path | #include "IMediaControls.h" |
bool Pause()
true if the media is being paused, false otherwise.
See Also
-
Play