BGE VideoTexture: VideoFFmpeg was missing a rewind function: rename stop() to pause() and add stop() that will also reset the frame counter.

This commit is contained in:
2009-05-26 18:37:46 +00:00
parent 25569b0f7d
commit 328d3128a5
4 changed files with 70 additions and 19 deletions

View File

@@ -83,9 +83,10 @@ public:
/// play video
virtual bool play (void);
/// stop/pause video
/// pause video
virtual bool pause (void);
/// stop video
virtual bool stop (void);
/// set play range
virtual void setRange (double start, double stop);
/// set frame rate