All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.music.InstKnob
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.music.InstKnob
- public final class InstKnob
- extends QTByteObject
Contains information about state of a knob.
-
InstKnob()
- Makes an instance of this class
-
getNumber()
- The number of the knob.
-
getValue()
- The value of the knob.
-
setNumber(int)
- The number of the knob.
-
setValue(int)
- The value of the knob.
InstKnob
public InstKnob()
- Makes an instance of this class
getNumber
public int getNumber()
- The number of the knob.
setNumber
public void setNumber(int number)
- The number of the knob.
getValue
public int getValue()
- The value of the knob.
setValue
public void setValue(int value)
- The value of the knob.
All Packages Class Hierarchy This Package Previous Next Index