MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetAlbumArtFromID3OrFolder Method (filePath)
NamespacesMPfm.LibraryLibraryGetAlbumArtFromID3OrFolder(String)
Returns the album art in the ID3 tags, or the folder.jpg image if the tags are empty.
Declaration Syntax
C#Visual Basic
public static Image GetAlbumArtFromID3OrFolder(
	string filePath
)
Public Shared Function GetAlbumArtFromID3OrFolder ( _
	filePath As String _
) As Image
Parameters
filePath (String)
Media file path
Return Value
Image

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