#include <twgui_audiere.h>
Inheritance diagram for TwguiSound:

Public Member Functions | |
| virtual void | init () |
| virtual TwguiMusicBase * | create_music () |
| virtual TwguiSampleBase * | create_sample () |
Static Public Member Functions | |
| static audiere::OutputStreamPtr | load_sample (const char *filename) |
| static audiere::OutputStreamPtr | load_music (const char *filename) |
Static Public Attributes | |
| static audiere::AudioDevicePtr | device |
|
|
create an audiere-specific class for playing a piece of music Implements SoundBase. |
|
|
create an audiere-specific class for playing a sound effect sample Implements SoundBase. |
|
|
allocates the (audiere) sound device Implements SoundBase. |
|
|
loads streamed music (music stays on disk) |
|
|
loads a sample into memory |
|
|
the audiere device pointer. This is static, because there is only one device |
1.4.6-NO