Compounds | |
| class | snx::ISoundImplementation |
| class | snx::SoundAPIInfo |
| class | snx::SoundFactory |
| class | snx::SoundFactoryReg |
| class | snx::SoundHandle |
| A handle to a sonix sound. More... | |
| class | snx::SoundImplementation |
| struct | snx::SoundInfo |
| info struct that describes one sound entry. More... | |
| class | snx::StubSoundImplementation |
Typedefs | |
| typedef snx::ISoundImplementation *(* | newPluginFunc )(void) |
| Create the plugin. More... | |
| typedef char *(* | getNameFunc )(void) |
| Gets the name of the plugin. More... | |
| typedef char *(* | getVersionFunc )(void) |
| Get the version of sonix plugin was compiled against. More... | |
Functions | |
| vprSingletonImp (SoundFactory) | |
| SNX_IMPLEMENT (std::string) getVersionString() | |
| SNX_IMPLEMENT (vpr::Uint32) getVersionNumber() | |
| SNX_API (std::string) getVersionString() | |
| SNX_API (vpr::Uint32) getVersionNumber() | |
|
|
Create the plugin. Symbol name to look up from the shared lib is "newPlugin". Definition at line 70 of file SoundFactory.cpp. Referenced by snx::SoundFactory::loadPlugins. |
|
|
Gets the name of the plugin. Symbol name to lookup from the shared lib is "getName". Definition at line 76 of file SoundFactory.cpp. Referenced by snx::SoundFactory::loadPlugins, and snx::SoundFactory::unloadPlugins. |
|
|
Get the version of sonix plugin was compiled against. Symbol name to lookup from the shared lib is "getVersion". Definition at line 82 of file SoundFactory.cpp. |
|
|
|
|
|
Definition at line 51 of file Version.cpp.
00052 {
00053 return std::string(SNX_VERSION);
00054 }
|
|
|
Definition at line 56 of file Version.cpp.
00057 {
00058 return __SNX_version;
00059 }
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002