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

Constructor initializes the OperationObject and starts the loader thread

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

Syntax

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

Parameters

outputDir
Type: System..::..String
the location of the playlists, so that the loader can get songs from the playlist xml files

See Also