All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.media.protocol.RateConfiguration

public interface RateConfiguration
A configuration of streams for a particular rate.

Version:
1.7, 97/08/28.
See Also:
DataSource, RateConfigureable

Method Index

 o getRate()
Get the RateRange for this configuration.
 o getStreams()
Get the streams that will have content at this rate.

Methods

 o getRate
 public abstract RateRange getRate()
Get the RateRange for this configuration.

Returns:
The rate supported by this configuration.
 o getStreams
 public abstract SourceStream[] getStreams()
Get the streams that will have content at this rate.

Returns:
The streams supported at this rate.

All Packages  Class Hierarchy  This Package  Previous  Next  Index