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)

Uses of Interface
javax.media.protocol.Controls

Packages that use Controls
javax.media.protocol   
 

Uses of Controls in javax.media.protocol
 

Subinterfaces of Controls in javax.media.protocol
 interface PullSourceStream
          Abstracts a read interface that data is pulled from.
 interface PushSourceStream
          Abstracts a read interface that pushes data.
 interface SourceStream
          Abstracts a single stream of media data.
 

Classes in javax.media.protocol that implement Controls
 class DataSource
          A DataSource is an abstraction for media protocol-handlers.
 class PullDataSource
          Abstracts a media data-source that only supports pull data-streams.
 class PushDataSource
          Abstracts a data source that manages PushDataStreams.
 class 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.