Show
Ignore:
Timestamp:
03/11/09 16:12:46 (4 years ago)
Author:
robert
Message:

From Tanguy Fautre,

Clean up of the FFmpeg plugin's class API/AudioStream API.
Implementation of isImageTransparent().
Implementation of Image:g/setPixelAspectRatio()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.hpp

    r9847 r9910  
    3333        virtual void quit(bool waitForThreadToExit = true); 
    3434 
    35         double duration() const; 
     35        virtual double getLength() const; 
     36        virtual double getFrameRate() const; 
    3637 
    37         bool videoAlphaChannel() const; 
    38         double videoAspectRatio() const; 
    39         double videoFrameRate() const; 
    40  
     38        virtual bool isImageTranslucent() const; 
    4139 
    4240    private: