All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.ResolvedQTEventSpec
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTPointerRef
|
+----quicktime.std.movies.ResolvedQTEventSpec
- public class ResolvedQTEventSpec
- extends QTPointerRef
This class is returned from ActionFilters that deal with WiredSprite actions.
- See Also:
- ExecuteQTEventAction
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
getAtom()
- Return the atom associated with the event
-
getContainer()
- Return the container associated with the event
-
getTargetTrack()
- Return the Track associated with the event
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
getContainer
public AtomContainer getContainer()
- Return the container associated with the event
getAtom
public Atom getAtom()
- Return the atom associated with the event
getTargetTrack
public Track getTargetTrack() throws QTException
- Return the Track associated with the event
All Packages Class Hierarchy This Package Previous Next Index