Uses of Class
quicktime.sound.SndCommand

Packages that use SndCommand
quicktime.sound   
 

Uses of SndCommand in quicktime.sound
 

Methods in quicktime.sound with parameters of type SndCommand
 void SndChannel.doCommand(SndCommand cmd)
          The SndDoCommand function sends the sound command specified in the cmd parameter to the end of the command queue of the channel specified in the chan parameter.
 void SndChannel.doCommand(SndCommand cmd, boolean noWait)
          The SndDoCommand function sends the sound command specified in the cmd parameter to the end of the command queue of the channel specified in the chan parameter.
 void SndChannel.doImmediate(SndCommand cmd)
          The SndDoImmediate function operates much like SndDoCommand, except that it bypasses the existing command queue of the sound channel and sends the specified command directly to the Sound Manager for immediate processing.