IrrKlang.NET

ISound Constructor 

[Visual Basic]
Public Sub New( _
   ByVal nativeSound As ISound*, _
   ByVal nativeEngine As ISoundEngine* _
)
[C#]
public ISound(
   ISound* nativeSound,
   ISoundEngine* nativeEngine
);

See Also

ISound Class | IrrKlang Namespace