Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Package javax.media.protocol

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.
 

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


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.