All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.clocks.TimeCallBack
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.clocks.QTCallBack
|
+----quicktime.std.clocks.TimeCallBack
- public abstract class TimeCallBack
- extends QTCallBack
Provides scheduled operations at specified time values.
Refer to QTCallBack in QuickTime
-
flags
- Determines when the callback will be called.
-
scale
- Determines the scale that is used in the callback.
-
value
- Determines the time value that is used in the callback
-
TimeCallBack(TimeBase, int, int, int)
- This allows your application to obtain a new callback.
-
callMeWhen()
- Specifies the time when the callback sholud be called.
-
toString()
- String representation of this class.
scale
public int scale
- Determines the scale that is used in the callback.
value
public int value
- Determines the time value that is used in the callback
flags
public int flags
- Determines when the callback will be called.
TimeCallBack
public TimeCallBack(TimeBase tb,
int scale,
int value,
int flags) throws QTException
- This allows your application to obtain a new callback.
QuickTime::NewCallBack()
- Parameters:
- tb - the time base that the callback is attached too.
- scale - the scale that is used to determine the value in seconds of the value parametre
- value - the value in units as specified by the scale
- flags - the conditions under which the Callback will be executed
callMeWhen
public final void callMeWhen() throws StdQTException
- Specifies the time when the callback sholud be called.
QuickTime::CallMeWhen
- Parameters:
- cb - Specifies the callback used in the operation. Should set flags, scale, value.
Flags specify certain scheduling information as triggerTimeFwd, triggerTimeBwd or triggerTimeEither.
- Overrides:
- callMeWhen in class QTCallBack
toString
public String toString()
- String representation of this class.
- Overrides:
- toString in class QTObject
All Packages Class Hierarchy This Package Previous Next Index