|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.media.protocol.DataSource
|
+--javax.media.protocol.PullDataSource
Abstracts a media data-source that only supports pull data-streams.
Manager,
Player,
DataSource| Constructor Summary | |
PullDataSource()
|
|
| Method Summary | |
abstract PullSourceStream[] |
getStreams()
Get the collection of streams that this source manages. |
| Methods inherited from class javax.media.protocol.DataSource |
connect,
disconnect,
getContentType,
getLocator,
initCheck,
setLocator,
start,
stop |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PullDataSource()
| Method Detail |
public abstract PullSourceStream[] getStreams()
DataSource provides the only indication of
what streams can be available on this connection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||