C# 클래스 cloudmusic2upnp.ContentProvider.Plugins.Soundcloud.Provider

Provider.
상속: IContentProvider
파일 보기 프로젝트 열기: TilmannBach/cloudmusic2upnp

공개 메소드들

메소드 설명
GetTrackById ( String ID ) : ITrack
Provider ( ) : System
Search ( String term ) : List

Search the specified term.

비공개 메소드들

메소드 설명
ApiRequest ( String ressource ) : XmlDocument

Sends a GET request to the Soundcloud REST API.

메소드 상세

GetTrackById() 공개 메소드

public GetTrackById ( String ID ) : ITrack
ID String
리턴 ITrack

Provider() 공개 메소드

public Provider ( ) : System
리턴 System

Search() 공개 메소드

Search the specified term.
public Search ( String term ) : List
term String /// The search query term. ///
리턴 List