List of all members.
Detailed Description
Pure virtual AudioSink bass class that is used to connect the audio system with AudioStreams.
Constructor & Destructor Documentation
| osg::AudioSink::AudioSink |
( |
|
) |
|
Member Function Documentation
| virtual const char* osg::AudioSink::className |
( |
|
) |
const [inline, virtual] |
return the name of the object's class type. Must be defined by derived classes.
Implements osg::Object.
| virtual double osg::AudioSink::getDelay |
( |
|
) |
const [inline, virtual] |
| virtual float osg::AudioSink::getVolume |
( |
|
) |
const [inline, virtual] |
| virtual const char* osg::AudioSink::libraryName |
( |
|
) |
const [inline, virtual] |
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name.
Implements osg::Object.
| virtual void osg::AudioSink::pause |
( |
|
) |
[pure virtual] |
| virtual void osg::AudioSink::play |
( |
|
) |
[pure virtual] |
| virtual bool osg::AudioSink::playing |
( |
|
) |
const [pure virtual] |
| virtual void osg::AudioSink::setDelay |
( |
const double |
delay |
) |
[inline, virtual] |
| virtual void osg::AudioSink::setVolume |
( |
float |
|
) |
[inline, virtual] |
| virtual void osg::AudioSink::stop |
( |
|
) |
[pure virtual] |
The documentation for this class was generated from the following file: