javax.media.protocol
Interface RateConfiguration


public interface RateConfiguration

A configuration of streams for a particular rate.

Version:
1.7, 97/08/28.
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

RateRange getRate()
Get the RateRange for this configuration.

Returns:
The rate supported by this configuration.

getStreams

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

Returns:
The streams supported at this rate.


Copyright © 2011. All Rights Reserved.