Interface YandexMusicSearchResultLoader
-
- All Superinterfaces:
YandexMusicApiLoader
- All Known Implementing Classes:
DefaultYandexSearchProvider
public interface YandexMusicSearchResultLoader extends YandexMusicApiLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioItemloadSearchResult(java.lang.String query, YandexMusicPlaylistLoader playlistLoader, java.util.function.Function<AudioTrackInfo,AudioTrack> trackFactory)-
Methods inherited from interface com.sedmelluq.discord.lavaplayer.source.yamusic.YandexMusicApiLoader
getHttpConfiguration, shutdown
-
-
-
-
Method Detail
-
loadSearchResult
AudioItem loadSearchResult(java.lang.String query, YandexMusicPlaylistLoader playlistLoader, java.util.function.Function<AudioTrackInfo,AudioTrack> trackFactory)
-
-