Class URLAudioStream

All Implemented Interfaces:
Closeable, AutoCloseable, ClonableAudioStream

@NonNullByDefault public class URLAudioStream extends AudioStream implements ClonableAudioStream
This is an AudioStream from a URL. Note that some sinks, like Sonos, can directly handle URL based streams, and therefore can/should call getURL() to get a direct reference to the URL.
Author:
Karel Goderis - Initial contribution, Kai Kreuzer - Refactored to not require a source, Christoph Weitkamp - Refactored use of filename extension