javax.media.protocol
Interface RateConfiguration


public interface RateConfiguration

A configuration of streams for a particular rate.

Version:
1.2, 02/08/21.
See Also:
DataSource, RateConfigureable

Method Summary
 RateRange getRate()
          Get the RateRange for this configuration.
 SourceStream[] getStreams()
          Get the streams that will have content at this rate.
 

Method Detail

getRate

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

Returns:
The rate supported by this configuration.

getStreams

public SourceStream[] getStreams()
Get the streams that will have content at this rate.

Returns:
The streams supported at this rate.