Show / Hide Table of Contents

Delegate PlaylistRemovedDelegate

A music bank callback function, called before removing the playlist from the bank.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void PlaylistRemovedDelegate(Playlist playlist, int index);
Parameters
Type Name Description
Playlist playlist

A reference to a playlist to be removed.

System.Int32 index

An index in corresponding Playlists collection.

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