quicktime.std.music
Class KnobDescription
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.std.music.KnobDescription
- All Implemented Interfaces:
- quicktime.jdirect.PrimitivesLib, java.io.Serializable, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- public class KnobDescription
- extends QTByteObject
A KnobDescription contains information about a particular knob
that is used by a particular MusicComponent
- See Also:
- Serialized Form
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
kNativeSize
public static final int kNativeSize
getName
public java.lang.String getName()
- Returns:
- the name of the knob
getLowValue
public int getLowValue()
- Returns:
- the lowest value of the knob
getHighValue
public int getHighValue()
- Returns:
- the highest value of the knob
getDefaultValue
public int getDefaultValue()
- Returns:
- the default value of the knob
getFlags
public int getFlags()
- Returns:
- the knob's flags
getKnobID
public int getKnobID()
- Returns:
- the ID of the knob - to use in other calls to the MusicComponent