Interface SoundCloudPlaylistLoader
-
- All Known Implementing Classes:
DefaultSoundCloudPlaylistLoader
public interface SoundCloudPlaylistLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioPlaylistload(java.lang.String identifier, HttpInterfaceManager httpInterfaceManager, java.util.function.Function<AudioTrackInfo,AudioTrack> trackFactory)
-
-
-
Method Detail
-
load
AudioPlaylist load(java.lang.String identifier, HttpInterfaceManager httpInterfaceManager, java.util.function.Function<AudioTrackInfo,AudioTrack> trackFactory)
-
-