quicktime.std.clocks
Class TimeJumpCallBack

java.lang.Object
  |
  +--quicktime.QTObject
        |
        +--quicktime.std.clocks.QTCallBack
              |
              +--quicktime.std.clocks.TimeJumpCallBack
All Implemented Interfaces:
quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary

public abstract class TimeJumpCallBack
extends QTCallBack

Provides scheduled operations when a program's abruptly changes the time value of the callback time base. Refer to QTCallBack in QuickTime


Fields inherited from class quicktime.std.clocks.QTCallBack
rateWhenCalled, timeWhenCalledMsecs, upp
 
Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
 
Constructor Summary
TimeJumpCallBack(TimeBase tb)
          This allows your application to obtain a new callback.
 
Method Summary
 void callMeWhen()
          Specifies the time when the callback sholud be called.
 
Methods inherited from class quicktime.std.clocks.QTCallBack
cancel, cancelAndCleanup, execute, getTimeBase, getType, toString
 
Methods inherited from class quicktime.QTObject
disposeQTObject, equals, ID
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeJumpCallBack

public TimeJumpCallBack(TimeBase tb)
                 throws QTException
This allows your application to obtain a new callback.

QuickTime::NewCallBack()

Parameters:
tb - the time base that the callback is attached too.
Method Detail

callMeWhen

public final void callMeWhen()
                      throws StdQTException
Specifies the time when the callback sholud be called. Should set flags that specify certain scheduling information before calling this function

QuickTime::CallMeWhen

Overrides:
callMeWhen in class QTCallBack
Following copied from class: quicktime.std.clocks.QTCallBack
Parameters:
cb - CallBack interface who's execute method will be called when the callback becomes active.