My Project
Loading...
Searching...
No Matches
EI::SoundDesc Struct Reference

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.

Detailed Description

Description of a sound resource. Defines how the audio file should be loaded and used.

Member Data Documentation

◆ spatial

bool EI::SoundDesc::spatial = false

Indicates if the sound should be spatialized in 3D space.

◆ stream

bool EI::SoundDesc::stream = false

Indicates if the sound should be streamed from disk (typically used for long music tracks)


The documentation for this struct was generated from the following file: