All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.movies.media.DataHandler

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.movies.media.DataHandler

public final class DataHandler
extends Component
implements QuickTimeLib
The DataHandler class implements the corresponding data structure of the Movie Toolbox.


Constructor Index

 o DataHandler(DataRef, int)
This constructor creates a DataHandler object for the specified data reference.

Constructors

 o 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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index