Show / Hide Table of Contents

Delegate MusicPlayerRenamedDelegate

A music bank callback function, called after changing music player name.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void MusicPlayerRenamedDelegate(MusicPlayer player, int index, string oldName, string newName);
Parameters
Type Name Description
MusicPlayer player

A reference to a music player.

System.Int32 index

An index in corresponding Players collection.

System.String oldName

An old name of the music player.

System.String newName

A new name of the music player.

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