IrrKlang.NET

ISoundEffectControl Constructor 

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

See Also

ISoundEffectControl Class | IrrKlang Namespace