[This is preliminary documentation and is subject to change.]

Adds a song to the front of the next song queue (when prev button clicked)

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void addSongToNextQueueFront(
	Song song
)
Visual Basic
Public Sub addSongToNextQueueFront ( _
	song As Song _
)
Visual C++
public:
void addSongToNextQueueFront(
	Song^ song
)

Parameters

song
Type: MusicPlayerWindow..::..Song
the song to be inserted at the front of the next song queue

See Also