|
|||||||||
| 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.PullBufferDataSource
Abstracts a media data-source that contains one or more
PullBufferStreams and delivers data as
Buffer objects.
Manager,
Player,
Buffer,
DataSource,
PullBufferStream| Constructor Summary | |
PullBufferDataSource()
|
|
| Method Summary | |
abstract PullBufferStream[] |
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 PullBufferDataSource()
| Method Detail |
public abstract PullBufferStream[] getStreams()
DataSource provides the only indication of
what streams can be available on this connection.
Each of the streams returned by this datasource is a PullBufferStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||