MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
AudioFiles Method (table)
NamespacesMPfm.LibraryConvertLibraryAudioFiles(DataTable)
Converts a DataTable to a list of AudioFiles. Note: Not all the metadata will be present because not all fields are saved in the database. You need to call RefreshMetadata to refresh the metadata from the file.
Declaration Syntax
C#Visual Basic
public static List<AudioFile> AudioFiles(
	DataTable table
)
Public Shared Function AudioFiles ( _
	table As DataTable _
) As List(Of AudioFile)
Parameters
table (DataTable)
DataTable
Return Value
List of AudioFiles

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)