Added pause, rewind and play support into xine plugin.

This commit is contained in:
Robert Osfield
2005-02-24 17:07:37 +00:00
parent 5fbb1f11cd
commit 79833fa704
3 changed files with 54 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
using namespace osg;
ImageStream::ImageStream():
_status(PAUSED),
_status(INVALID),
_loopingMode(LOOPING)
{
setDataVariance(DYNAMIC);