C# Класс mobSocial.Services.Music.EchoNestMusicService

Наследование: IMusicService
Показать файл Открыть проект

Открытые методы

Метод Описание
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