quicktime.std.movies
Class ResolvedQTEventSpec

java.lang.Object
  |
  +--quicktime.QTObject
        |
        +--quicktime.util.QTPointerRef
              |
              +--quicktime.std.movies.ResolvedQTEventSpec
All Implemented Interfaces:
quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary

public final class ResolvedQTEventSpec
extends 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