Uses of Class
quicktime.io.AliasHandle

Packages that use AliasHandle
quicktime.io   
quicktime.std.movies.media   
quicktime.std.qtcomponents   
 

Uses of AliasHandle in quicktime.io
 

Methods in quicktime.io that return AliasHandle
 AliasHandle QTFile.newAlias(boolean minimal)
          Creates an alias record that describes the specified target.
 AliasHandle QTFile.relativeAlias(QTFile relativeToFile, boolean minimal)
          Creates a relative alias record that describes the specified target with respect to the given file.
static AliasHandle AliasHandle.fromDataRef(DataRef dr)
          Converts an aliasDataRef type DataRef into an AliasHandle.
 

Methods in quicktime.io with parameters of type AliasHandle
static QTFile QTFile.resolveAlias(AliasHandle alias)
          This method will take an alias and will resolve it, returning the full path name of the resolved file.
 

Uses of AliasHandle in quicktime.std.movies.media
 

Constructors in quicktime.std.movies.media with parameters of type AliasHandle
DataRef(AliasHandle a)
          This constructor creates a DataRef that represents an AliasHandle.
 

Uses of AliasHandle in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents with parameters of type AliasHandle
 void MovieImporter.setMediaFile(AliasHandle alias)
          Allows an application to specify a media file that is to receive the imported movie data.