Method | Description | |
---|---|---|
AddSong ( this client, string song, string artist, string album, byte file ) : void | ||
GetSongData ( this client, int songId ) : byte[] | ||
GetSongs ( this client ) : |
||
IndexesOf ( this haystack, string needle ) : IEnumerable |
public static AddSong ( this client, string song, string artist, string album, byte file ) : void | ||
client | this | |
song | string | |
artist | string | |
album | string | |
file | byte | |
return | void |
public static GetSongData ( this client, int songId ) : byte[] | ||
client | this | |
songId | int | |
return | byte[] |
public static GetSongs ( this client ) : |
||
client | this | |
return |
public static IndexesOf ( this haystack, string needle ) : IEnumerable |
||
haystack | this | |
needle | string | |
return | IEnumerable |