프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BuildRequest | |||
OnFileDownloadResponseReceived | void |
메소드 | 설명 | |
---|---|---|
AudioStationSession ( ) : System | ||
AudioStationSession ( IVersionDependentResourcesProvider versionDependentResourcesProvider, DsmVersions dsmVersion ) : System | ||
GetAlbumsForArtist ( |
||
GetAlbumsForArtistAsync ( |
||
GetFileStream ( |
Gets the remote file network stream. The caller is responsible for closing the stream after the call to DownloadFile returns |
|
GetTracksForAlbum ( |
||
GetTracksForAlbumAsync ( |
||
LoginAsync ( string login, string password, Action |
||
SearchAlbums ( string album ) : Task |
||
SearchAllMusic ( string pattern, Action |
||
SearchArtist ( string pattern, Action |
||
SearchArtistAsync ( string artistName ) : Task |
메소드 | 설명 | |
---|---|---|
BuildRequest ( string url ) : |
||
OnFileDownloadResponseReceived ( IAsyncResult ar ) : void |
public AudioStationSession ( IVersionDependentResourcesProvider versionDependentResourcesProvider, DsmVersions dsmVersion ) : System | ||
versionDependentResourcesProvider | IVersionDependentResourcesProvider | |
dsmVersion | DsmVersions | |
리턴 | System |
public GetAlbumsForArtist ( |
||
artist | ||
callback | Action |
|
callbackError | Action |
|
리턴 | void |
public GetAlbumsForArtistAsync ( |
||
artist | ||
리턴 | Task |
public GetFileStream ( |
||
synoTrack | The track wor which to retrieve the stream. | |
callback | SynoTrack>.Action | The method to call after the stream is open. The HttpResponse is passed as argument |
리턴 | void |
public GetTracksForAlbum ( |
||
album | ||
callback | Action |
|
callbackError | Action |
|
리턴 | void |
public GetTracksForAlbumAsync ( |
||
album | ||
리턴 | Task |
public LoginAsync ( string login, string password, Action |
||
login | string | |
password | string | |
callback | Action |
|
callbackError | Action |
|
useSsl | bool | |
리턴 | void |
public SearchAllMusic ( string pattern, Action |
||
pattern | string | |
callback | Action |
|
callbackError | Action |
|
리턴 | void |
public SearchArtist ( string pattern, Action |
||
pattern | string | |
callback | Action |
|
callbackError | Action |
|
리턴 | void |
public SearchArtistAsync ( string artistName ) : Task |
||
artistName | string | |
리턴 | Task |