C# 클래스 Wox.Plugin.Spotify.SpotifyApi

파일 보기 프로젝트 열기: JohnTheGr8/Wox.Plugin.Spotify 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

메소드 상세

GetAlbums() 공개 메소드

public GetAlbums ( string s ) : IEnumerable
s string
리턴 IEnumerable

GetArtists() 공개 메소드

public GetArtists ( string s ) : IEnumerable
s string
리턴 IEnumerable

GetArtworkAsync() 공개 메소드

public GetArtworkAsync ( SpotifyAPI.Web.Models.FullAlbum album ) : Task
album SpotifyAPI.Web.Models.FullAlbum
리턴 Task

GetArtworkAsync() 공개 메소드

public GetArtworkAsync ( SpotifyAPI.Web.Models.FullArtist artist ) : Task
artist SpotifyAPI.Web.Models.FullArtist
리턴 Task

GetArtworkAsync() 공개 메소드

public GetArtworkAsync ( SpotifyAPI.Web.Models.FullTrack track ) : Task
track SpotifyAPI.Web.Models.FullTrack
리턴 Task

GetArtworkAsync() 공개 메소드

public GetArtworkAsync ( SpotifyAPI.Web.Models.SimpleAlbum album ) : Task
album SpotifyAPI.Web.Models.SimpleAlbum
리턴 Task

GetArtworkAsync() 공개 메소드

public GetArtworkAsync ( SpotifyAPI.Local.Models.Track track ) : Task
track SpotifyAPI.Local.Models.Track
리턴 Task

GetTracks() 공개 메소드

public GetTracks ( string s ) : IEnumerable
s string
리턴 IEnumerable

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Play() 공개 메소드

public Play ( string uri ) : void
uri string
리턴 void

Skip() 공개 메소드

public Skip ( ) : void
리턴 void

SpotifyApi() 공개 메소드

public SpotifyApi ( string pluginDir = null ) : System
pluginDir string
리턴 System

ToggleMute() 공개 메소드

public ToggleMute ( ) : void
리턴 void