Package de.anneck.jcast.sources

Sending byte[] to channels through different implementations, acting as the producer in the producer-bus-consumer pattern.

See:
          Description

Interface Summary
IFilelocationSupported IFilelocationSupport
IID3Supported IID3Supported
 

Class Summary
AbstractSourceThread This class implements all methods common to SourceThreads.
FileSourceThread This source thread reads from a specified file and streams it.
PlaylistSourceThread This source thread reads from a playlistfile iterates through the entries and streams them.
SimpleSourceThread This is a vanilla implementation of a SourceThread.
SourceController The SourceController is the central point of reference to all sources.
SourceThreadFactory This Factory creates SourceThreads.
 

Exception Summary
SourceException Source Exception is throw when interaction with sources methods fail.
 

Package de.anneck.jcast.sources Description

Sending byte[] to channels through different implementations, acting as the producer in the producer-bus-consumer pattern.