43 Loop& operator=(
const Loop&) =
delete;
52 Loop(std::shared_ptr<ISound> sound,
int loop = -1);
#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
This sound is a base class for all effect factories that take one other sound as input.
Definition Effect.h:34
This sound loops another sound.
Definition Loop.h:34
int getLoop() const
Returns the loop count.
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.
Loop(std::shared_ptr< ISound > sound, int loop=-1)
Creates a new loop sound.