Uses of Interface
quicktime.sound.SoundCallBack

Packages that use SoundCallBack
quicktime.sound   
 

Uses of SoundCallBack in quicktime.sound
 

Constructors in quicktime.sound with parameters of type SoundCallBack
SndChannel(SoundCallBack callback)
          Opens a new SndChannel and allocates memory to store the commands that will control the operation of the sound channel.
SndChannel(int synth, int init, SoundCallBack callback)
          Opens a new SndChannel and allocates memory to store the commands that will control the operation of the sound channel.