quicktime.std.movies.media
Class DataHandler

java.lang.Object
  |
  +--quicktime.QTObject
        |
        +--quicktime.std.comp.ComponentIdentifier
              |
              +--quicktime.std.comp.Component
                    |
                    +--quicktime.std.movies.media.DataHandler
All Implemented Interfaces:
quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary

public final class DataHandler
extends Component
implements quicktime.jdirect.QuickTimeLib

The DataHandler class implements the corresponding data structure of the Movie Toolbox.


Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
 
Constructor Summary
DataHandler(DataRef dataRef, int flags)
          This constructor creates a DataHandler object for the specified data reference.
 
Methods inherited from class quicktime.std.comp.Component
count
 
Methods inherited from class quicktime.std.comp.ComponentIdentifier
find, find, getInfo, toString
 
Methods inherited from class quicktime.QTObject
disposeQTObject, equals, ID
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataHandler

public DataHandler(DataRef dataRef,
                   int flags)
            throws StdQTException
This constructor creates a DataHandler object for the specified data reference.

QuickTime::GetDataHandler()

Parameters:
dataRef - Specifies the data reference.
flags - Specifies the control flags for this method.