C# 클래스 mobSocial.Services.Music.EchoNestMusicService

상속: IMusicService
파일 보기 프로젝트 열기: mobsoftware/mobsocial

공개 메소드들

메소드 설명
EchoNestMusicService ( ThirdPartySettings thirdPartySettings ) : System
GetTrackAffiliateUrl ( int trackId ) : string
GetTrackPreviewUrl ( int trackId ) : string

Gets the preview url for a sample of the song. Jennifer Lopez - Jenny from the Block's track id is 19589723

SearchSongs ( string term ) : object

메소드 상세

EchoNestMusicService() 공개 메소드

public EchoNestMusicService ( ThirdPartySettings thirdPartySettings ) : System
thirdPartySettings mobSocial.Data.Entity.Settings.ThirdPartySettings
리턴 System

GetTrackAffiliateUrl() 공개 메소드

public GetTrackAffiliateUrl ( int trackId ) : string
trackId int
리턴 string

GetTrackPreviewUrl() 공개 메소드

Gets the preview url for a sample of the song. Jennifer Lopez - Jenny from the Block's track id is 19589723
public GetTrackPreviewUrl ( int trackId ) : string
trackId int Track Id to get preview url for.
리턴 string

SearchSongs() 공개 메소드

public SearchSongs ( string term ) : object
term string
리턴 object