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

Constructor initializes queues

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

Syntax

C#
public QueueStore(
	string outputDir,
	CustomMusicLoader loader
)
Visual Basic
Public Sub New ( _
	outputDir As String, _
	loader As CustomMusicLoader _
)
Visual C++
public:
QueueStore(
	String^ outputDir, 
	CustomMusicLoader^ loader
)

Parameters

outputDir
Type: System..::..String
the playlists are stored here
loader
Type: MusicPlayerWindow..::..CustomMusicLoader
gets songs and puts them in the queuestore

See Also