|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaHandler
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:
Player and MediaProxy.
Player,
MediaProxy| Method Summary | |
|---|---|
void |
setSource(DataSource source)
Set the media source the MediaHandler
should use to obtain content. |
| Method Detail |
|---|
void setSource(DataSource source)
throws IOException,
IncompatibleSourceException
MediaHandler
should use to obtain content.
source - The DataSource used
by this MediaHandler.
IOException - Thrown if there is an error
using the DataSource
IncompatibleSourceException - Thrown if
this MediaHandler cannot make use
of the DataSource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||