Uses of Class
quicktime.std.music.InstKnob

Packages that use InstKnob
quicktime.std.music   
 

Uses of InstKnob in quicktime.std.music
 

Methods in quicktime.std.music that return InstKnob
 InstKnob InstKnobList.getKnob(int index)
          Gets the knob at the specified index in the list.
 

Methods in quicktime.std.music with parameters of type InstKnob
 void InstKnobList.setKnob(int index, InstKnob knob)
          Sets the specified knob at the specified index in the list.
 

Constructors in quicktime.std.music with parameters of type InstKnob
InstKnobList(int knobFlags, InstKnob[] knobs)
          Makes a KnobList from the supplied array of knobs.