- Timestamp:
- 03/11/09 16:12:46 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp
r9847 r9910 33 33 virtual void quit(bool waitForThreadToExit = true); 34 34 35 double duration() const; 35 virtual double getLength() const; 36 virtual double getFrameRate() const; 36 37 37 bool videoAlphaChannel() const; 38 double videoAspectRatio() const; 39 double videoFrameRate() const; 40 38 virtual bool isImageTranslucent() const; 41 39 42 40 private:
