C# Class MusikNet_Library.MediaInfo.ImageProvider.LocalDBImageProvider

Inheritance: ILocalImageProvider
Afficher le fichier Open project: nexus49/grado Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( System.MediaFile file ) : ImageInfo
GetImages ( string artistName, string albumName, System.Int64 fileId ) : Asdf.Collections.DataList
StoreImages ( string ArtistName, string AlbumName, DataList images ) : void

Method Details

GetImage() public méthode

public GetImage ( System.MediaFile file ) : ImageInfo
file System.MediaFile
Résultat ImageInfo

GetImages() public méthode

public GetImages ( string artistName, string albumName, System.Int64 fileId ) : Asdf.Collections.DataList
artistName string
albumName string
fileId System.Int64
Résultat Asdf.Collections.DataList

StoreImages() public méthode

public StoreImages ( string ArtistName, string AlbumName, DataList images ) : void
ArtistName string
AlbumName string
images DataList
Résultat void