| Interface | Description |
|---|---|
| Controls |
Controls provides an interface for
obtaining objects by interface or class name. |
| Positionable |
A
DataSource implements the Positionable interface
if it supports changing the media position within the stream. |
| PullSourceStream |
Abstracts a read interface that data is pulled from.
|
| PushSourceStream |
Abstracts a read interface that pushes data.
|
| RateConfiguration |
A configuration of streams for a particular rate.
|
| RateConfigureable |
DataSources support the
RateConfigureable interface if they use
different rate-configurations to support multiple
media display speeds. |
| Seekable |
A
SourceStream will implement this interface
if it is capable of seeking to a particular position in the
stream. |
| SourceStream |
Abstracts a single stream of media data.
|
| SourceTransferHandler |
Implements the callback from a
PushSourceStream. |
| Class | Description |
|---|---|
| ContentDescriptor |
A
ContentDescriptor identifies media data containers. |
| DataSource |
A
DataSource is an abstraction for media protocol-handlers. |
| PullDataSource |
Abstracts a media data-source that only supports
pull data-streams.
|
| PushDataSource |
Abstracts a data source that manages
PushDataStreams. |
| RateRange |
Describes the speed at which data flows.
|
| URLDataSource |
A default data-source created directly from
a
URL using URLConnection. |
Copyright © 2012 code4tv.com. All Rights Reserved.