Class SoundCloudHelper
- java.lang.Object
-
- com.sedmelluq.discord.lavaplayer.source.soundcloud.SoundCloudHelper
-
public class SoundCloudHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SoundCloudHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringloadPlaybackUrl(HttpInterface httpInterface, java.lang.String jsonUrl)static java.lang.StringnonMobileUrl(java.lang.String url)static AudioReferenceredirectMobileLink(HttpInterface httpInterface, AudioReference reference)static AudioReferenceresolveShortTrackUrl(HttpInterface httpInterface, AudioReference reference)
-
-
-
Method Detail
-
nonMobileUrl
public static java.lang.String nonMobileUrl(java.lang.String url)
-
loadPlaybackUrl
public static java.lang.String loadPlaybackUrl(HttpInterface httpInterface, java.lang.String jsonUrl) throws java.io.IOException
- Throws:
java.io.IOException
-
redirectMobileLink
public static AudioReference redirectMobileLink(HttpInterface httpInterface, AudioReference reference)
-
resolveShortTrackUrl
public static AudioReference resolveShortTrackUrl(HttpInterface httpInterface, AudioReference reference)
-
-