Navigation
API > API/Plugins > API/Plugins/BinkMediaPlayer > API/Plugins/BinkMediaPlayer/UBinkMediaPlayer
Description
Stops playback and unloads the video from memory. If you want to start the video again you'll need to call InitializePlayer. MediaEvent will broadcast EMediaEvent::MediaClosed.
| Name | Stop |
| Type | function |
| Header File | /Engine/Plugins/Media/BinkMedia/Source/BinkMediaPlayer/Public/BinkMediaPlayer.h |
| Include Path | #include "BinkMediaPlayer.h" |
UFUNCTION (BlueprintCallable, Category="Media|BinkMediaPlayer")
void Stop()
true on success, false otherwise.