[This is preliminary documentation and is subject to change.]

Changes the irrKlang sound of the song

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setSound(
	Sound sound
)
Visual Basic
Public Sub setSound ( _
	sound As Sound _
)
Visual C++
public:
void setSound(
	Sound^ sound
)

Parameters

sound
Type: MusicPlayerWindow..::..Sound
the irrKlang sound played that is associated with the song/path

See Also