Delegate SoundRemovedDelegate
A sound bank callback function, called before removing the sound from the bank.
Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundRemovedDelegate(Sound sound, int index);
Parameters
Type | Name | Description |
---|---|---|
Sound | sound | A reference to a sound to be removed. |
System.Int32 | index | An index in corresponding Sounds collection. |