USharpVideo icon indicating copy to clipboard operation
USharpVideo copied to clipboard

USharpVideoPlayer.StopVideo() does not stop the video

Open NGenesis opened this issue 4 years ago • 0 comments

Calling USharpVideoPlayer.StopVIdeo method after taking ownership of the video player does not stop the currently playing video. At a quick glance over the code it looks like VideoPlayerManager.Stop() is never called from within that method.

NGenesis avatar Oct 31 '21 18:10 NGenesis