All Packages Class Hierarchy This Package Previous Next Index
MediaProxy
is a MediaHandler
which
processes content from one DataSource
,
to produce another DataSource
.
Typically, a MediaProxy
reads a text configuration file
that contains all of the information needed to
make a connection to a server and obtain media data.
To produce a Player
from a MediaLocator
referencing the configuration file,
Manger
:
DataSource
for the protocol described by the MediaLocator
MediaProxy
to read
the configuration file using the content-type of the
DataSource
DataSource
from the MediaProxy
Player
using the content-type of the new
DataSource
DataSource
.
public abstract DataSource getDataSource() throws IOException, NoDataSourceException
DataSource
.
The DataSource
is already connected.
DataSource
for this content.
DataSource
.
DataSource
.
All Packages Class Hierarchy This Package Previous Next Index