|
Interface Summary |
| 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. |