Copyright 2002 Sun Microsystems, Inc.; Nokia Corporation. See the Copyright Notice and Specification License for more details.

Package javax.microedition.media.protocol

This package defines the custom protocol handling interfaces.

See:
          Description

Interface Summary
SourceStream Abstracts a single stream of media data.
 

Class Summary
ContentDescriptor A ContentDescriptor identifies media data containers.
DataSource A DataSource is an abstraction for media protocol-handlers.
 

Package javax.microedition.media.protocol Description

This package defines the custom protocol handling interfaces. An application can support a custom protocol by implementing a custom DataSource and its associated SourceStreams.

The custom DataSource can be used in conjunction with Manager.createPlayer for playing back the media via the custom protocol.



Copyright 2002 Sun Microsystems, Inc.; Nokia Corporation. See the Copyright Notice and Specification License for more details.