C# Class SongRequest.SongPlayer.Song

Datei anzeigen Open project: Daspeed/SongRequest Class Usage Examples

Public Methods

Method Description
GenerateSearchAndDoubleMetaphone ( ) : void
GetArtistAndTitle ( ) : string

Get artist & title combined

GetImageStream ( bool large ) : MemoryStream
Song ( ) : System

Private Methods

Method Description
CreateThumbnail ( Image image, int maxSize ) : byte[]
CreateThumbnail ( MemoryStream imageStream, int maxSize ) : byte[]
CreateThumbnail ( byte input, int maxSize ) : byte[]

Method Details

GenerateSearchAndDoubleMetaphone() public method

public GenerateSearchAndDoubleMetaphone ( ) : void
return void

GetArtistAndTitle() public method

Get artist & title combined
public GetArtistAndTitle ( ) : string
return string

GetImageStream() public method

public GetImageStream ( bool large ) : MemoryStream
large bool
return System.IO.MemoryStream

Song() public method

public Song ( ) : System
return System