Class YoutubeMixProvider

  • All Implemented Interfaces:
    YoutubeMixLoader

    public class YoutubeMixProvider
    extends java.lang.Object
    implements YoutubeMixLoader
    Handles loading of YouTube mixes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AudioPlaylist load​(HttpInterface httpInterface, java.lang.String mixId, java.lang.String selectedVideoId, java.util.function.Function<AudioTrackInfo,​AudioTrack> trackFactory)
      Loads tracks from mix in parallel into a playlist entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YoutubeMixProvider

        public YoutubeMixProvider()