Class TrackFormats

java.lang.Object
dev.lavalink.youtube.track.format.TrackFormats

public class TrackFormats extends Object
  • Constructor Details

    • TrackFormats

      public TrackFormats(@NotNull @NotNull List<StreamFormat> formats, @NotNull @NotNull String playerScriptUrl)
  • Method Details

    • getFormats

      @NotNull public @NotNull List<StreamFormat> getFormats()
    • getPlayerScriptUrl

      @NotNull public @NotNull String getPlayerScriptUrl()
    • getBestFormat

      @NotNull public @NotNull StreamFormat getBestFormat()