|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.QTObject | +--quicktime.std.clocks.QTCallBack | +--quicktime.std.clocks.TimeJumpCallBack
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 |
public TimeJumpCallBack(TimeBase tb) throws QTException
tb
- the time base that the callback is attached too.Method Detail |
public final void callMeWhen() throws StdQTException
callMeWhen
in class QTCallBack
quicktime.std.clocks.QTCallBack
cb
- CallBack interface who's execute method will be called when the callback becomes active.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |