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
-
getRate()
- Get the
RateRange
for this configuration.
-
getStreams()
- Get the streams that will have content at this rate.
getRate
public abstract RateRange getRate()
- Get the
RateRange
for this configuration.
- Returns:
- The rate supported by this configuration.
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