Class DefaultYandexSearchProvider
- java.lang.Object
-
- com.sedmelluq.discord.lavaplayer.source.yamusic.AbstractYandexMusicApiLoader
-
- com.sedmelluq.discord.lavaplayer.source.yamusic.DefaultYandexSearchProvider
-
- All Implemented Interfaces:
YandexMusicApiLoader,YandexMusicSearchResultLoader
public class DefaultYandexSearchProvider extends AbstractYandexMusicApiLoader implements YandexMusicSearchResultLoader
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sedmelluq.discord.lavaplayer.source.yamusic.AbstractYandexMusicApiLoader
AbstractYandexMusicApiLoader.ApiExtractor<T>
-
-
Field Summary
-
Fields inherited from class com.sedmelluq.discord.lavaplayer.source.yamusic.AbstractYandexMusicApiLoader
httpInterfaceManager
-
-
Constructor Summary
Constructors Constructor Description DefaultYandexSearchProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioItemloadSearchResult(java.lang.String query, YandexMusicPlaylistLoader playlistLoader, java.util.function.Function<AudioTrackInfo,AudioTrack> trackFactory)-
Methods inherited from class com.sedmelluq.discord.lavaplayer.source.yamusic.AbstractYandexMusicApiLoader
extractFromApi, getHttpConfiguration, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sedmelluq.discord.lavaplayer.source.yamusic.YandexMusicApiLoader
getHttpConfiguration, shutdown
-
-
-
-
Method Detail
-
loadSearchResult
public AudioItem loadSearchResult(java.lang.String query, YandexMusicPlaylistLoader playlistLoader, java.util.function.Function<AudioTrackInfo,AudioTrack> trackFactory)
- Specified by:
loadSearchResultin interfaceYandexMusicSearchResultLoader
-
-