#include <SoundControl.h>
Inheritance diagram for SoundControlInterfaces:


Public Member Functions | |
| SoundControlInterfaces (const SoundRequest &soundRequest, SoundData &soundData) | |
| Constructor. | |
Protected Attributes | |
| const SoundRequest & | soundRequest |
| A request from the behavior control to play a specific sound. | |
| SoundData & | soundData |
| The sound data to be generated. | |
Definition at line 23 of file SoundControl.h.
|
||||||||||||
|
Constructor.
Definition at line 27 of file SoundControl.h. |
|
|
A request from the behavior control to play a specific sound.
Definition at line 34 of file SoundControl.h. |
|
|
The sound data to be generated.
Definition at line 37 of file SoundControl.h. |
1.3.6