Class YoutubeSourceOptions

java.lang.Object
dev.lavalink.youtube.YoutubeSourceOptions

public class YoutubeSourceOptions extends Object
  • Constructor Details

    • YoutubeSourceOptions

      public YoutubeSourceOptions()
  • Method Details

    • isAllowSearch

      public boolean isAllowSearch()
    • isAllowDirectVideoIds

      public boolean isAllowDirectVideoIds()
    • isAllowDirectPlaylistIds

      public boolean isAllowDirectPlaylistIds()
    • setAllowSearch

      public YoutubeSourceOptions setAllowSearch(boolean allowSearch)
    • setAllowDirectVideoIds

      public YoutubeSourceOptions setAllowDirectVideoIds(boolean allowDirectVideoIds)
    • setAllowDirectPlaylistIds

      public YoutubeSourceOptions setAllowDirectPlaylistIds(boolean allowDirectPlaylistIds)
    • getRemoteCipherUrl

      public String getRemoteCipherUrl()
    • setRemoteCipherUrl

      public YoutubeSourceOptions setRemoteCipherUrl(String remoteCipherUrl, @Nullable @Nullable String remoteCipherPassword)
    • getRemoteCipherPassword

      public String getRemoteCipherPassword()