You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para>Plugin for the WinampNowPlayingToFile plugin, allowing the user to achieve extra functionality not normally available in the WinampNowPlayingToFile plugin.</para>
9
+
/// <para>Initialization logic can be put in a no-arg constructor. Cleanup logic can be put in <see cref="IDisposable.Dispose"/>.</para>
10
+
/// </summary>
11
+
publicinterfaceIWinampNowPlayingToFilePlugin{
12
+
13
+
/// <summary>
14
+
/// Called by WinampNowPlayingToFile when either the current song or playback state changes.
15
+
/// </summary>
16
+
/// <param name="currentSong">The song that is currently playing, or <c>null</c> if the playlist is empty.</param>
17
+
/// <param name="playbackStatus">Whether Winamp is currently stopped, playing, or paused.</param>
0 commit comments