C# Class mobSocial.Services.Music.EchoNestMusicService

Inheritance: IMusicService
Mostrar archivo Open project: mobsoftware/mobsocial

Public Methods

Method Description
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

Method Details

EchoNestMusicService() public method

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

GetTrackAffiliateUrl() public method

public GetTrackAffiliateUrl ( int trackId ) : string
trackId int
return string

GetTrackPreviewUrl() public method

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.
return string

SearchSongs() public method

public SearchSongs ( string term ) : object
term string
return object