Uses of Class
quicktime.std.clocks.Clock

Packages that use Clock
quicktime.sound   
quicktime.std.clocks   
quicktime.std.movies   
 

Uses of Clock in quicktime.sound
 

Methods in quicktime.sound that return Clock
 Clock SndChannel.getClock()
          Returns the current clock of the SoundClock.
 

Uses of Clock in quicktime.std.clocks
 

Methods in quicktime.std.clocks that return Clock
 Clock TimeBase.getMasterClock()
          Determines the clock component that is assigned to a time base.
static Clock Clock.fromSndChannel(SndChannel sc)
          Returns the clock of the SndChannel.
 

Methods in quicktime.std.clocks with parameters of type Clock
 void TimeBase.setMasterClock(Clock clockMeister, TimeRecord slaveZero)
          Specifies the clock component that is assigned to a time base.
 

Uses of Clock in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type Clock
 void Movie.setMasterClock(Clock clockMeister, TimeRecord slaveZero)
          This method allows you to assign a clock component to a movie.