Function VideoPlayer.stop
Stops the video playback and sets the stream position to 0. Note: Although the stream position will be set to 0, the first frame of the video stream won't become the current frame.
void stop() nothrow @nogc;
Stops the video playback and sets the stream position to 0. Note: Although the stream position will be set to 0, the first frame of the video stream won't become the current frame.
void stop() nothrow @nogc;