Show / Hide Table of Contents

Delegate PlaybackChangedDelegate

A music callback function, called when the music player changes playback state (playing, stopped, paused).

Namespace: Stem
Assembly: Stem.dll
Syntax
public delegate void PlaybackChangedDelegate(MusicPlayer player);
Parameters
Type Name Description
MusicPlayer player

A reference to a music player.

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