C# 클래스 TRock.Music.Spotify.SpotifySongProvider

상속: ISongProvider
파일 보기 프로젝트 열기: torshy/TRock.Music 1 사용 예제들

공개 메소드들

메소드 설명
GetAlbum ( string albumId, CancellationToken cancellationToken ) : Task
GetAlbums ( string artistId, CancellationToken cancellationToken ) : Task>
GetArtist ( string artistId, CancellationToken cancellationToken ) : Task
GetSongs ( string query, CancellationToken cancellationToken ) : Task>
SpotifySongProvider ( ISpotifyImageProvider imageProvider ) : System

메소드 상세

GetAlbum() 공개 메소드

public GetAlbum ( string albumId, CancellationToken cancellationToken ) : Task
albumId string
cancellationToken System.Threading.CancellationToken
리턴 Task

GetAlbums() 공개 메소드

public GetAlbums ( string artistId, CancellationToken cancellationToken ) : Task>
artistId string
cancellationToken System.Threading.CancellationToken
리턴 Task>

GetArtist() 공개 메소드

public GetArtist ( string artistId, CancellationToken cancellationToken ) : Task
artistId string
cancellationToken System.Threading.CancellationToken
리턴 Task

GetSongs() 공개 메소드

public GetSongs ( string query, CancellationToken cancellationToken ) : Task>
query string
cancellationToken System.Threading.CancellationToken
리턴 Task>

SpotifySongProvider() 공개 메소드

public SpotifySongProvider ( ISpotifyImageProvider imageProvider ) : System
imageProvider ISpotifyImageProvider
리턴 System