All Packages Class Hierarchy This Package Previous Next Index
MediaHandler
is the base interface for objects
that read and manage media content delivered from a
DataSource
.
There are currently two supported types of
MediaHandler/code>:
Player
and MediaProxy
.
setSource(DataSource)
MediaHandler
should use to obtain content.
setSource
public abstract void setSource(DataSource source) throws IOException, IncompatibleSourceException
MediaHandler
should use to obtain content.
DataSource
used
by this MediaHandler
.
DataSource
MediaHandler
cannot make use
of the DataSource
.
All Packages Class Hierarchy This Package Previous Next Index