quicktime.std.movies
Class QTGetExternalMovieRecord

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

public final class QTGetExternalMovieRecord
extends QTPointerRef
implements quicktime.jdirect.PrimitivesLib


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.PrimitivesLib
JDirect_MacOSX, libraryInstance
 
Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
 
Method Summary
 Movie getMovie()
          Return the movie associated with the event
 MovieController getMovieController()
          Return the movie controller
 int getMovieID()
          Return the movie ID
 java.lang.String getMovieName()
          Return the movie name associated with the event
 int getTargetType()
          Return the target Type 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

getTargetType

public int getTargetType()
Return the target Type associated with the event

getMovieName

public java.lang.String getMovieName()
Return the movie name associated with the event

getMovieID

public int getMovieID()
Return the movie ID

getMovie

public Movie getMovie()
Return the movie associated with the event

getMovieController

public MovieController getMovieController()
Return the movie controller