46 Limiter(
const Limiter&) =
delete;
47 Limiter& operator=(
const Limiter&) =
delete;
58 double start = 0,
double end = -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
double getEnd() const
Returns the end time.
Limiter(std::shared_ptr< ISound > sound, double start=0, double end=-1)
Creates a new limiter sound.
double getStart() const
Returns the start time.
virtual std::shared_ptr< IReader > createReader()
Creates a reader for playback of the sound source.