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

Sound constructor for a IrrKlang ISound

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

Syntax

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

Parameters

sound
Type: ISound

[Missing <param name="sound"/> documentation for "M:MusicPlayerWindow.Sound.#ctor(IrrKlang.ISound)"]

See Also