#include </home/clem/local/src/opie/core/multimedia/opieplayer/libflash/sound.h>
Collaboration diagram for SoundMixer:

Public Member Functions | |
| SoundMixer (char *) | |
| ~SoundMixer () | |
| void | startSound (Sound *sound) |
| void | stopSounds () |
| long | playSounds () |
| long | fillSoundBuffer (SoundList *, char *buffer, long bufferSize) |
Private Attributes | |
| SoundList * | list |
Static Private Attributes | |
| static long | dsp = -1 |
| static char * | buffer = 0 |
| static long | blockSize = 0 |
| static long | nbInst = 0 |
| static long | soundRate = 0 |
| static long | stereo = 0 |
| static long | sampleSize = 0 |
|
|
Definition at line 145 of file sound.cc. References blockSize, buffer, dsp, fmt(), list, nbInst, Opie::Core::perror(), printf, sampleSize, soundRate, and stereo. |
|
|
|
|
||||||||||||||||
|
Definition at line 337 of file sound.cc. References SoundList::current, SoundList::rate, SoundList::remaining, sampleSize, SoundList::sampleSize, soundRate, stereo, and SoundList::stereo. Referenced by playSounds(). |
|
|
Definition at line 268 of file sound.cc. References blockSize, buffer, dsp, fillSoundBuffer(), list, SoundList::next, SoundList::remaining, and write(). Referenced by FlashMovie::handleEvent(), and FlashMovie::processMovie(). |
|
|
Definition at line 248 of file sound.cc. References SoundList::current, Sound::getChannel(), Sound::getNbSamples(), Sound::getRate(), Sound::getSamples(), Sound::getSampleSize(), list, SoundList::next, SoundList::rate, SoundList::remaining, SoundList::sampleSize, and SoundList::stereo. Referenced by Program::doAction(), and Program::runFrame(). |
|
|
Definition at line 233 of file sound.cc. References list, and SoundList::next. Referenced by Program::doAction(), and Program::runFrame(). |
|
|
Definition at line 138 of file sound.cc. Referenced by playSounds(), and SoundMixer(). |
|
|
Definition at line 143 of file sound.cc. Referenced by playSounds(), SoundMixer(), and ~SoundMixer(). |
|
|
Definition at line 137 of file sound.cc. Referenced by playSounds(), SoundMixer(), and ~SoundMixer(). |
|
|
Definition at line 59 of file sound.h. Referenced by playSounds(), SoundMixer(), startSound(), and stopSounds(). |
|
|
Definition at line 139 of file sound.cc. Referenced by SoundMixer(), and ~SoundMixer(). |
|
|
Definition at line 140 of file sound.cc. Referenced by fillSoundBuffer(), and SoundMixer(). |
|
|
Definition at line 142 of file sound.cc. Referenced by fillSoundBuffer(), and SoundMixer(). |
|
|
Definition at line 141 of file sound.cc. Referenced by fillSoundBuffer(), and SoundMixer(). |
1.4.2