|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.protocol.RateRange
public class RateRange
Constructor Summary | |
---|---|
RateRange(float init,
float min,
float max,
boolean isExact)
|
|
RateRange(RateRange r)
|
Method Summary | |
---|---|
float |
getCurrentRate()
|
float |
getMaximumRate()
|
float |
getMinimumRate()
|
boolean |
isExact()
|
float |
setCurrentRate(float rate)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateRange(RateRange r)
public RateRange(float init, float min, float max, boolean isExact)
Method Detail |
---|
public float setCurrentRate(float rate)
public float getCurrentRate()
public float getMinimumRate()
public float getMaximumRate()
public boolean isExact()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |