Uses of Class
quicktime.sound.SndChannel

Packages that use SndChannel
quicktime.sound   
quicktime.std.clocks   
 

Uses of SndChannel in quicktime.sound
 

Methods in quicktime.sound with parameters of type SndChannel
 void SoundCallBack.execute(SndChannel sc)
          This method should be implemented to handle commands that are generated from the doCommand calls on the SndChannel.
 

Uses of SndChannel in quicktime.std.clocks
 

Methods in quicktime.std.clocks with parameters of type SndChannel
static Clock Clock.fromSndChannel(SndChannel sc)
          Returns the clock of the SndChannel.