|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QTHandle | |
quicktime.sound | |
quicktime.std.image | |
quicktime.std.movies | |
quicktime.std.movies.media | |
quicktime.std.music | |
quicktime.std.qtcomponents | |
quicktime.util |
Uses of QTHandle in quicktime.sound |
Subclasses of QTHandle in quicktime.sound | |
class |
SndHandle
|
Uses of QTHandle in quicktime.std.image |
Subclasses of QTHandle in quicktime.std.image | |
class |
CurvePath
You use the CurvePath to specify a single contour composed of straight lines and curves. |
Methods in quicktime.std.image that return QTHandle | |
QTHandle |
GraphicsExporter.getInputHandle()
Determines the data reference that is the source for input images to graphics export component. |
QTHandle |
GraphicsExporter.getOutputHandle()
Determines the data reference that is the destination for output images. |
QTHandle |
GraphicsExporter.getSettingsAsText()
This function is used for obtaining graphics exporter settings and displaying a settings dialog box. |
QTHandle |
ImageDescription.getExtension(int idType,
int index)
Obtain the extended data for an image. |
QTHandle |
GraphicsImporter.getDataHandle()
Determines the data reference that the graphics resides in. |
QTHandle |
GraphicsImporter.getAliasedDataReference()
Determines the aliased data reference. |
Methods in quicktime.std.image with parameters of type QTHandle | |
void |
VectorStream.addPathAtom(QTHandle pathData)
Used to add a path to a vector data stream. |
void |
GraphicsExporter.setInputHandle(QTHandle h,
ImageDescription desc)
Sets the data handle as the source for input images to graphics export component. |
void |
ImageDescription.addExtension(int idType,
QTHandle extension)
Add the extended data of the image. |
Uses of QTHandle in quicktime.std.movies |
Methods in quicktime.std.movies that return QTHandle | |
QTHandle |
AtomContainer.copyAtomDataToHandle(Atom atom)
This method returns a leaf atom's data. |
QTHandle |
Movie.putIntoTypedHandle(Track targetTrack,
int handleType,
int start,
int dur,
int flags,
MovieExporter userComp)
This method takes a movie (or a single track from within that movie) and converts it into a handle of a specified type. |
QTHandle |
Track.getSoundLocalizationSettings()
This method returns the sound localization settings for the track. |
Methods in quicktime.std.movies with parameters of type QTHandle | |
static Movie |
Movie.fromHandle(QTHandle hand)
This method creates a movie in memory from a movie resource or a handle you obtained from the PutMovieIntoHandle function. |
static Movie |
Movie.fromHandle(QTHandle hand,
int flags,
MovieInfo info)
This method creates a movie in memory from a movie resource or a handle you obtained from the PutMovieIntoHandle function. |
void |
Movie.putIntoHandle(QTHandle intoThisHandle)
This method creates a new movie resource for you. |
void |
Movie.pasteHandle(QTHandle handle,
int handleType,
int flags,
MovieImporter userComp)
This method takes the contents of a specified handle, together with its type, and pastes it into a specified movie. |
Movie |
Movie.flattenData(int movieFlattenFlags,
QTHandle handle)
This method creates a new movie that contains all of its movie data loaded into memory. |
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. |
void |
Track.setSoundLocalizationSettings(QTHandle newSettings)
This method allows your application to set the sound localization settings for the track. |
Uses of QTHandle in quicktime.std.movies.media |
Subclasses of QTHandle in quicktime.std.movies.media | |
class |
DataRef
The DataRef class implements the data reference structure of the Movie Toolbox. |
Fields in quicktime.std.movies.media declared as QTHandle | |
QTHandle |
MediaSample.data
The media sample's data handle. |
Methods in quicktime.std.movies.media that return QTHandle | |
QTHandle |
UserData.putIntoHandle()
This method returns a handle which contains a publicly parseable form of the user data. |
QTHandle |
UserData.getData(int udType,
int index)
This method returns a specified user data item. |
QTHandle |
UserData.getText(int udType,
int index,
short itlRegionTag)
Deprecated. since QTJava 4, see getTextAsString |
QTHandle |
SoundDescription.getExtension(int idType)
Retrieve application specific info from a Sound Description object QuickTime::GetSoundDescriptionExtension |
Constructors in quicktime.std.movies.media with parameters of type QTHandle | |
UserData(QTHandle handle)
This constructor creates a UserData object from a handle that is in the standard user data storage format. |
Uses of QTHandle in quicktime.std.music |
Subclasses of QTHandle in quicktime.std.music | |
class |
MusicData
MusicData objects contain general information for a Music Track that the TunePlayer uses when it instantiates NoteChannels for the parts contained in the music media. |
Uses of QTHandle in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents that return QTHandle | |
QTHandle |
TimeCoder.getSourceRef(TimeCodeDescription tcd)
Deprecated. since QTJava 5.0 |
QTHandle |
MovieExporter.toHandle(Movie theMovie,
Track onlyThisTrack,
int startTime,
int duration)
Exports the movie's track data into a handle, returning the handle the data is exported too. |
Methods in quicktime.std.qtcomponents with parameters of type QTHandle | |
int |
MovieExporter.getAuxiliaryData(QTHandle dataH)
Determines the data type for the component. |
Uses of QTHandle in quicktime.util |
Methods in quicktime.util that return QTHandle | |
static QTHandle |
QTHandle.fromGraphicsExporterText(GraphicsExporter g)
Determines the data handle that is the source for input images to graphics export component QuickTime::GraphicsExportGetSettingsAsText |
static QTHandle |
QTHandle.fromGraphicsExporterInput(GraphicsExporter g)
Determines the data handle that is the source for input images to graphics export component QuickTime::GraphicsExportGetInputHandle |
static QTHandle |
QTHandle.fromGraphicsExporterOutput(GraphicsExporter g)
Determines the data handle that is the source for input images to graphics export component QuickTime::GraphicsExportGetOutputHandle |
static QTHandle |
QTHandle.fromSoundDescription(SoundDescription sd,
int idType)
Retrieve application specific info from a Sound Description object QuickTime::GetSoundDescriptionExtension |
static QTHandle |
QTHandle.fromImageDescription(ImageDescription sd,
int idType,
int index)
Retrieve application specific info from a ImageDescription object QuickTime::GetImageDescriptionExtension QuickTime::GetImageDescriptionExtension |
static QTHandle |
QTHandle.fromGraphicsImporterData(GraphicsImporter gi)
Determines the data reference that the graphics resides in. |
static QTHandle |
QTHandle.fromGraphicsImporterAlias(GraphicsImporter gi)
Determines the aliased data reference. |
static QTHandle |
QTHandle.fromTimeCoderSource(TimeCoder tc,
TimeCodeDescription tcd)
Allows you to retrieve the source information from the time code media sample. |
static QTHandle |
QTHandle.fromTrack(Track t)
This method returns the sound localization settings for the track. |
static QTHandle |
QTHandle.fromEncodedImage(EncodedImage image)
Returns EncodedImage data as a QTHandle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |