Uses of Class
quicktime.std.movies.media.DataRef

Packages that use DataRef
quicktime.io   
quicktime.std.image   
quicktime.std.movies   
quicktime.std.movies.media   
quicktime.std.qtcomponents   
quicktime.std.sg   
quicktime.streaming   
 

Uses of DataRef in quicktime.io
 

Methods in quicktime.io with parameters of type DataRef
 void QTFile.createShortcutMovieFile(int creator, int scriptTag, int createMovieFileFlags, DataRef targetDataRef)
          Creates a short cut movie file as specified by this QTFile.
static AliasHandle AliasHandle.fromDataRef(DataRef dr)
          Converts an aliasDataRef type DataRef into an AliasHandle.
 

Uses of DataRef in quicktime.std.image
 

Methods in quicktime.std.image that return DataRef
 DataRef GraphicsExporter.getInputDataReference()
          Gets the DataRef of the source for input images to graphics export component.
 DataRef GraphicsExporter.getOutputDataReference()
          Gets the DataRef of the destination for output images.
 

Methods in quicktime.std.image with parameters of type DataRef
 void GraphicsExporter.setInputDataReference(DataRef dataRef, ImageDescription desc)
          Sets the specified DataRef as the source for input images to graphics export component.
 void GraphicsExporter.setOutputDataReference(DataRef dataRef)
          Used to specify destination for output images.
 void GraphicsImporter.setDataReference(DataRef dataRef)
          Specifies the data reference that the graphics resides in.
 

Constructors in quicktime.std.image with parameters of type DataRef
GraphicsImporter(DataRef dataRef)
          Determines and opens the component to use for the given data reference and data type.
GraphicsImporter(DataRef dataRef, int flags)
          Locates and opens a graphics importer component that can be used to draw the specified dataRef.
 

Uses of DataRef in quicktime.std.movies
 

Methods in quicktime.std.movies that return DataRef
 DataRef Movie.getDefaultDataRef()
          This method allows your application to get the default data reference for the movie.
 

Methods in quicktime.std.movies with parameters of type DataRef
static Movie Movie.fromDataRef(DataRef defaultDataRef, int flags)
          This method enables you to retrieve a movie from any data reference.
 Track Movie.addEmptyTrack(Track srcTrack, DataRef dataRef)
          This method adds an empty track to the movie.
 void Movie.setDefaultDataRef(DataRef newRef)
          This method sets the default data reference for the movie.
 void Movie.putDataRefIntoHandle(DataRef ref, QTHandle handle)
          QuickTime can handle public movie handles with self contained data references.
 Movie Movie.forDataRefFromHandle(DataRef dataRef, QTHandle publicHandle, int flags, MovieInfo info)
          QuickTime can handle public movie handles with self contained data references.
 Movie Movie.flattenDataToDataRef(DataRef dataRef, int movieFlattenFlags, int creator, int scriptTag, int createMovieFileFlags)
          This method creates a new movie file containing a specified movie.
 void Movie.setMovieAnchorDataRef(DataRef dataRef)
          To resolve relative data references, a method was needed to determine the original location from which a movie was opened or imported.
static MovieImportInfo Track.fromMovieImporterDataRef(MovieImporter mi, DataRef dataRef, Movie theMovie, Track targetTrack, int atTime, int inFlags)
          Determines information revelant to the movie import component.
 

Uses of DataRef in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return DataRef
 DataRef Media.getDataRef(int index)
          This method returns a copy of a specified data reference.
 DataRef MovieMediaHandler.getChildMovieDataReference(int dataRefID, int dataRefIndex)
          This method gets the data reference of the currently instantiated embedded movie
static DataRef DataRef.fromGraphicsExporterInputDataRef(GraphicsExporter ge)
          This method returns a copy of a data reference.
static DataRef DataRef.fromGraphicsExporterOutputDataRef(GraphicsExporter ge)
          This method returns a copy of a data reference.
static DataRef DataRef.fromMovie(Movie m)
          This method allows your application to get the default data reference for the movie.
static DataRef DataRef.fromSequenceGrabber(SequenceGrabber sg)
          Determines the data reference that is currently assigned to a sequence grabber component.
static DataRef DataRef.fromMedia(Media m, int index)
          This method returns a copy of a specified data reference.
static DataRef DataRef.fromSGOutput(SequenceGrabber sg, SGOutput output)


QuickTime::SGGetOutputDataReference(

 DataRef DataRef.fromMovieAnchor(Movie theMovie)
          To resolve relative data references, a method was needed to determine the original location from which a movie was opened or imported.
 

Methods in quicktime.std.movies.media with parameters of type DataRef
static Media Media.newFromType(int mediaType, Track track, int timeScale, DataRef dataRef)
          Creates a media struct for the specified Track object.
 void Media.setDataRef(int index, DataRef dataReference)
          This method changes the file that the specified media identifies as the location for its data storage.
 int Media.addDataRef(DataRef dataReference)
          This method adds a data reference to a media.
 void SpriteMediaHandler.newImage(DataRef dataRef, int imageID)
          Creates a new Sprite image.
 void MovieMediaHandler.setChildMovieDataReference(int dataRefID, int dataRefType, DataRef dataRef)
          This method sets the data reference of the currently instantiated embedded movie
 

Constructors in quicktime.std.movies.media with parameters of type DataRef
TweenMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
MPEGMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
MovieMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
SoundMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
MusicMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
DataHandler(DataRef dataRef, int flags)
          This constructor creates a DataHandler object for the specified data reference.
FlashMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
ThreeDMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
QTVRMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
VideoMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
StreamMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
BaseMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
SpriteMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
TimeCodeMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
TextMedia(Track itsTrack, int timeScale, DataRef dataRef)
          This constructor creates a media struct for the specified Track object.
 

Uses of DataRef in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents with parameters of type DataRef
 XMLDoc XMLParser.parse(DataRef dataRef, boolean allowUppercase, boolean allowUnquotedAttributeValues)
          parses the XML file pointed to by dataRef, returning a XMLParseTree parse tree
 void XMLParser.eventParse(DataRef dataRef, boolean allowUppercase, boolean allowUnquotedAttributeValues)
          Parses the XML file pointed to by dataRef, using event-based parsing.
 MovieImportInfo MovieImporter.fromDataRef(DataRef dataRef, Movie theMovie, Track targetTrack, int atTime, int inFlags)
          Determines information revelant to the movie import component.
 void MovieExporter.toDataRef(DataRef dataRef, Movie theMovie, Track onlyThisTrack, int startTime, int duration)
          Exports the movie's track data to the specified data reference for the movie export component.
 

Constructors in quicktime.std.qtcomponents with parameters of type DataRef
MovieImporter(DataRef dataRef, int flags)
          This returns an appropriate instance of the MovieImporter for the DataRef object.
MovieImporter(DataRef dataRef, int flags, java.lang.String fileExt)
          This returns an appropriate instance of the MovieImporter for the DataRef object.
 

Uses of DataRef in quicktime.std.sg
 

Methods in quicktime.std.sg that return DataRef
 DataRef SequenceGrabber.getDataRef()
          Determines the data reference that is currently assigned to a sequence grabber component.
 DataRef SGOutput.getDataReference()


QuickTime::SGGetOutputDataReference(

 

Methods in quicktime.std.sg with parameters of type DataRef
 SGOutput SequenceGrabber.newOutput(DataRef dataRef, int whereFlags)
          The SGNewOutput function creates a new sequence grabber output.
 void SequenceGrabber.setDataRef(DataRef dataRef, int whereFlags)
          Determines control information flags for the current operation.
 

Constructors in quicktime.std.sg with parameters of type DataRef
SGOutput(SequenceGrabber owner, DataRef dataRef, int whereFlags)
          The SGNewOutput function creates a new sequence grabber output.
 

Uses of DataRef in quicktime.streaming
 

Methods in quicktime.streaming with parameters of type DataRef
static Presentation Presentation.fromDataRef(DataRef ref, PresParams params)
          (Not in carbon yet)