Package dev.lavalink.youtube
Class YoutubeSourceOptions
java.lang.Object
dev.lavalink.youtube.YoutubeSourceOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringbooleanbooleanbooleansetAllowDirectPlaylistIds(boolean allowDirectPlaylistIds) setAllowDirectVideoIds(boolean allowDirectVideoIds) setAllowSearch(boolean allowSearch) setRemoteCipher(String remoteCipherUrl, @Nullable String remoteCipherPassword, @Nullable String remoteCipherUserAgent)
-
Constructor Details
-
YoutubeSourceOptions
public YoutubeSourceOptions()
-
-
Method Details
-
isAllowSearch
public boolean isAllowSearch() -
isAllowDirectVideoIds
public boolean isAllowDirectVideoIds() -
isAllowDirectPlaylistIds
public boolean isAllowDirectPlaylistIds() -
setAllowSearch
-
setAllowDirectVideoIds
-
setAllowDirectPlaylistIds
-
getRemoteCipherUrl
-
setRemoteCipher
public YoutubeSourceOptions setRemoteCipher(String remoteCipherUrl, @Nullable @Nullable String remoteCipherPassword, @Nullable @Nullable String remoteCipherUserAgent) -
getRemoteCipherPassword
-
getRemoteCipherUserAgent
-