C# Class mobSocial.Services.Music.EchoNestMusicService

Inheritance: IMusicService
Afficher le fichier Open project: mobsoftware/mobsocial

Méthodes publiques

Méthode 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 méthode

public EchoNestMusicService ( ThirdPartySettings thirdPartySettings ) : System
thirdPartySettings mobSocial.Data.Entity.Settings.ThirdPartySettings
Résultat System

GetTrackAffiliateUrl() public méthode

public GetTrackAffiliateUrl ( int trackId ) : string
trackId int
Résultat string

GetTrackPreviewUrl() public méthode

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.
Résultat string

SearchSongs() public méthode

public SearchSongs ( string term ) : object
term string
Résultat object