Searched refs:updatePeriod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DFloatControl.java81 private int updatePeriod; field in class:FloatControl
126 * @param updatePeriod the smallest time interval, in microseconds, over which the control
140 float precision, int updatePeriod, float initialValue,
163 this.updatePeriod = updatePeriod;
183 * @param updatePeriod the smallest time interval, in microseconds, over which the control
194 float precision, int updatePeriod, float initialValue, String units) {
195 this(type, minimum, maximum, precision, updatePeriod,
316 return updatePeriod;
139 FloatControl(Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units, String minLabel, String midLabel, String maxLabel) argument
193 FloatControl(Type type, float minimum, float maximum, float precision, int updatePeriod, float initialValue, String units) argument

Completed in 69 milliseconds