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 interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Method Summary |
void |
callMeWhen()
Specifies the time when the callback sholud be called. |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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.