Show / Hide Table of Contents

Delegate PlaylistAddedDelegate

A music bank callback function, called after adding playlist to the bank.

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void PlaylistAddedDelegate(Playlist playlist);
Parameters
Type Name Description
Playlist playlist

A reference to a newly added playlist.

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