From Brad Colbert, "Added a new method to ImageStream called getLength that is used to

return the length of the stream.

Implemented the virtual methods in QuicktimeImageStream, (getLength,
getReferenceTime, setTimeMultiplier), to return valid value for each.
"
This commit is contained in:
Robert Osfield
2007-04-26 08:11:09 +00:00
parent 8ef833c585
commit a1639c3d2d
2 changed files with 29 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ class OSG_EXPORT ImageStream : public Image
LoopingMode getLoopingMode() const { return _loopingMode; }
virtual double getLength() const { return 0.0; }
virtual void setReferenceTime(double) {}
virtual double getReferenceTime() const { return 0.0; }