Show / Hide Table of Contents

Delegate SoundRenamedDelegate

A sound bank callback function, called after changing sound name.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void SoundRenamedDelegate(Sound sound, int index, string oldName, string newName);
Parameters
Type Name Description
Sound sound

A reference to a sound.

System.Int32 index

An index in corresponding Sounds collection.

System.String oldName

An old name of the sound.

System.String newName

A new name of the sound.

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