|
My Project
|
Description of a sound resource. Defines how the audio file should be loaded and used. More...
#include <AudioTypes.hpp>
Public Attributes | |
| bool | stream = false |
| bool | spatial = false |
| Indicates if the sound should be spatialized in 3D space. | |
Description of a sound resource. Defines how the audio file should be loaded and used.
| bool EI::SoundDesc::spatial = false |
Indicates if the sound should be spatialized in 3D space.
| bool EI::SoundDesc::stream = false |
Indicates if the sound should be streamed from disk (typically used for long music tracks)