Interface SoundCloudFormatHandler
-
- All Known Implementing Classes:
DefaultSoundCloudFormatHandler
public interface SoundCloudFormatHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringbuildFormatIdentifier(SoundCloudTrackFormat format)SoundCloudTrackFormatchooseBestFormat(java.util.List<SoundCloudTrackFormat> formats)SoundCloudM3uInfogetM3uInfo(java.lang.String identifier)java.lang.StringgetMp3LookupUrl(java.lang.String identifier)
-
-
-
Method Detail
-
chooseBestFormat
SoundCloudTrackFormat chooseBestFormat(java.util.List<SoundCloudTrackFormat> formats)
-
buildFormatIdentifier
java.lang.String buildFormatIdentifier(SoundCloudTrackFormat format)
-
getM3uInfo
SoundCloudM3uInfo getM3uInfo(java.lang.String identifier)
-
getMp3LookupUrl
java.lang.String getMp3LookupUrl(java.lang.String identifier)
-
-