Show / Hide Table of Contents

Delegate SoundAddedDelegate

A sound bank callback function, called after adding sound to the bank.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundAddedDelegate(Sound sound);
Parameters
Type Name Description
Sound sound

A reference to a newly added sound.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX