SoundClip

A loaded chunk of sound data

Constructors

this
this()
Undocumented in source.
this
this(string path)

Load the clip from the specified path

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

play
SoundInstance play(int times)

Play a sound a certain number of times, returning an instance

Properties

volume
int volume [@property setter]

Set the volume for the sound clip

volume
int volume [@property getter]

Get the volume for the sound clip

Meta