41 Delay(
const Delay&) =
delete;
42 Delay& operator=(
const Delay&) =
delete;
50 Delay(std::shared_ptr<ISound> sound,
double delay = 0);
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition Audaspace.h:119
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition Audaspace.h:116
#define AUD_API
Used for exporting symbols in the shared library.
Definition Audaspace.h:93
double getDelay() const
Returns the delay in seconds.
Delay(std::shared_ptr< ISound > sound, double delay=0)
Creates a new delay sound.
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.