Свойство | Тип | Описание | |
---|---|---|---|
ConnectToSpotify | void | ||
DownloadImageAsync | Task |
||
GetArtworkAsync | Task |
||
GetArtworkAsync | Task |
||
GetUniqueIdForArtwork | string | ||
UpdateInfos | void |
Метод | Описание | |
---|---|---|
GetAlbums ( string s ) : IEnumerable |
||
GetArtists ( string s ) : IEnumerable |
||
GetArtworkAsync ( SpotifyAPI.Web.Models.FullAlbum album ) : Task |
||
GetArtworkAsync ( SpotifyAPI.Web.Models.FullArtist artist ) : Task |
||
GetArtworkAsync ( SpotifyAPI.Web.Models.FullTrack track ) : Task |
||
GetArtworkAsync ( SpotifyAPI.Web.Models.SimpleAlbum album ) : Task |
||
GetArtworkAsync ( SpotifyAPI.Local.Models.Track track ) : Task |
||
GetTracks ( string s ) : IEnumerable |
||
Pause ( ) : void | ||
Play ( ) : void | ||
Play ( string uri ) : void | ||
Skip ( ) : void | ||
SpotifyApi ( string pluginDir = null ) : System | ||
ToggleMute ( ) : void |
Метод | Описание | |
---|---|---|
ConnectToSpotify ( ) : void | ||
DownloadImageAsync ( string uniqueId, string url ) : Task |
||
GetArtworkAsync ( List images, string uri ) : Task |
||
GetArtworkAsync ( string url, string resourceUri ) : Task |
||
GetUniqueIdForArtwork ( string uri ) : string | ||
UpdateInfos ( ) : void |
public GetAlbums ( string s ) : IEnumerable |
||
s | string | |
Результат | IEnumerable |
public GetArtists ( string s ) : IEnumerable |
||
s | string | |
Результат | IEnumerable |
public GetArtworkAsync ( SpotifyAPI.Web.Models.FullAlbum album ) : Task |
||
album | SpotifyAPI.Web.Models.FullAlbum | |
Результат | Task |
public GetArtworkAsync ( SpotifyAPI.Web.Models.FullArtist artist ) : Task |
||
artist | SpotifyAPI.Web.Models.FullArtist | |
Результат | Task |
public GetArtworkAsync ( SpotifyAPI.Web.Models.FullTrack track ) : Task |
||
track | SpotifyAPI.Web.Models.FullTrack | |
Результат | Task |
public GetArtworkAsync ( SpotifyAPI.Web.Models.SimpleAlbum album ) : Task |
||
album | SpotifyAPI.Web.Models.SimpleAlbum | |
Результат | Task |
public GetArtworkAsync ( SpotifyAPI.Local.Models.Track track ) : Task |
||
track | SpotifyAPI.Local.Models.Track | |
Результат | Task |
public GetTracks ( string s ) : IEnumerable |
||
s | string | |
Результат | IEnumerable |
public SpotifyApi ( string pluginDir = null ) : System | ||
pluginDir | string | |
Результат | System |