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/include/osg/AudioStream

    r9847 r9910  
    6060        virtual void consumeAudioBuffer(void * const buffer, const size_t size) = 0; 
    6161         
    62         virtual bool audioStream() const = 0; 
    6362        virtual int audioFrequency() const = 0; 
    6463        virtual int audioNbChannels() const = 0;