: Class ResolvedQTEventSpec
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.std.movies
Class ResolvedQTEventSpec
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTPointerRef
|
+--quicktime.std.movies.ResolvedQTEventSpec
All Implemented Interfaces: InterfaceLib, PrimitivesLib, QuickTimeLib, SharedLibrary, com.apple.jdirect.SharedLibrary
public final class ResolvedQTEventSpecextends QTPointerRef
This class is returned from ActionFilters that deal with WiredSprite actions.
See Also: quicktime.std.movies.actions.ExecuteQTEventAction
Field Summary
static int
kNativeSize
This is the size (the number of bytes) that are required for this class
Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
Method Summary
Atom
getAtom()
Return the atom associated with the event
AtomContainer
getContainer()
Return the container associated with the event
Track
getTargetTrack()
Return the Track associated with the event
Methods inherited from class quicktime.util.QTPointerRef
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, getBytes, getSize, toString
Methods inherited from class quicktime.QTObject
disposeQTObject, equals, ID
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail
kNativeSize
public static final int kNativeSize
This is the size (the number of bytes) that are required for this class
Method Detail
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD