javax.media.protocol
Class RateRange
java.lang.Object
javax.media.protocol.RateRange
- All Implemented Interfaces:
- java.io.Serializable
public class RateRange
- extends java.lang.Object
- implements java.io.Serializable
Standard JMF class -- see this class in the JMF Javadoc.
Complete.
- Author:
- Ken Larson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RateRange
public RateRange(RateRange r)
RateRange
public RateRange(float init,
float min,
float max,
boolean isExact)
setCurrentRate
public float setCurrentRate(float rate)
getCurrentRate
public float getCurrentRate()
getMinimumRate
public float getMinimumRate()
getMaximumRate
public float getMaximumRate()
inRange
public boolean inRange(float rate)
isExact
public boolean isExact()