Uses of Class
quicktime.util.QTPointer

Packages that use QTPointer
quicktime.sound   
quicktime.std.movies   
quicktime.std.movies.media   
quicktime.streaming   
quicktime.util   
 

Uses of QTPointer in quicktime.sound
 

Methods in quicktime.sound that return QTPointer
 QTPointer SoundComponentData.getBuffer()
          The buffer that contains the sound data.
 

Methods in quicktime.sound with parameters of type QTPointer
 void SoundComponentData.setBuffer(QTPointer buffer)
          The buffer that contains the sound data.
 

Uses of QTPointer in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type QTPointer
 int AtomContainer.copyAtomDataToPtr(Atom atom, boolean sizeOrLessOK, QTPointer data)
          This method returns a leaf atom's data to the buffer pointed to by the data object.
 SearchResult Movie.searchText(QTPointer text, int searchFlags, Track searchTrack, int searchTime, int searchOffset)
          This method allows you to search for text in a movie.
 SearchResult Movie.searchText(QTPointer text, int searchFlags, int searchTime, int searchOffset)
          This method allows you to search for text in a movie.
 

Uses of QTPointer in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return QTPointer
 QTPointer VisualMediaHandler.getPublicInfo(int selector)
          This routine is an accessor for the media handler's public info

QuickTime:MediaGetPublicInfo

 QTPointer UserData.getDataItem(int dataSize, int udType, int index)
          This method returns a specified user data item.
 

Methods in quicktime.std.movies.media with parameters of type QTPointer
 void VisualMediaHandler.setPublicInfo(int selector, QTPointer data)
          This routine is an accessor for the media handler's public info

QuickTime:MediaSetPublicInfo

 

Uses of QTPointer in quicktime.streaming
 

Subclasses of QTPointer in quicktime.streaming
 class PushDataParams
          This class provides a representation the native QTSPushDataParams structure that provides settings for pushing data from the Sourcer When configuring the Sourcer for use with Push Data, you may send arbitrary data.
 class SourcerCallbackParams
          This class provides a representation the native QTSSourcerCallbackProcParams structure that provides callback registration services for the Sourcer
 class SourcerInitParams
          This class provides a representation the native QTSSourcerInitParams structure that provides a collection of sourcer initialization parameters
 class SourcerLoopParams
          This class provides a representation the native QTSLoopParams structure that specifies looping behavior of the sourcer object
 class SourcerTimingParams
          This class provides a representation the native QTSSourcerTimingParams structure that provides sourcer timing services for the Sourcer
 class SourcerTrackParams
          This class provides a representation the native QTSSourcerTrackParams structure that specifies track parameters for the sourcer
 

Methods in quicktime.streaming that return QTPointer
 QTPointer Sourcer.getInfo(int selector)
          General purpose routine for retrieving information associated with the Sourcer
 QTPointer PushDataParams.getDataPtr()
          Gets the push data
 QTPointer SourcerInitParams.getData()
          Gets the target container data
 QTPointer NewPresentationParams.getData()
          Gets the presentation data
 QTPointer ExportParams.getDestinationContainerData()
          Gets the target container data
 QTPointer ExportParams.getDestinationContainerExtras()
          Gets the target container data
 

Methods in quicktime.streaming with parameters of type QTPointer
 void Sourcer.setInfo(int selector, QTPointer data)
          General purpose routine for setting information associated with the Sourcer
 void PushDataParams.setDataPtr(QTPointer data)
          Sets the push data
 void SourcerInitParams.setData(QTPointer data)
          Sets the target container data
 int StreamNotifyProc.execute(int type, int flags, QTPointer data)
          This method should be overridden to handle the following notification types: kQTSNewPresDetectedNotification
 void MediaParams.setFrequencyBands(QTPointer bands)
          Sets the frequency bands assoicated with the sound media
 void NewPresentationParams.setData(QTPointer data)
          Sets the presentation data
 void ExportParams.setDestinationContainerData(QTPointer data)
          Sets the target container data
 void ExportParams.setDestinationContainerExtras(QTPointer data)
          Sets the destination container extras
 

Constructors in quicktime.streaming with parameters of type QTPointer
PushDataParams(int vers, SampleDescription sampleDesc, int seed, long time, long duration, QTPointer data)
          Constructs an PushDataParams object based on the native QTSPushDataParams structure
PushDataParams(int vers, SampleDescription sampleDesc, int seed, QTPointer data)
          Constructs an PushDataParams object based on the native QTSPushDataParams structure
SourcerInitParams(int flags, int dataType, QTPointer data)
          Constructs a version 1 SourcerInitParams object based on the native QTSourcerInitParams structure
SourcerInitParams(int vers, int flags, int dataType, QTPointer data)
          Constructs a SourcerInitParams object based on the native QTSourcerInitParams structure
NewPresentationParams(int dataType, QTPointer data, EditList list)
          Create a NewPresentationParams object
ExportParams(int vers, int expType, QTPointer extraData, int targetType, QTPointer targData, QTPointer targExtras, int flagsIn, int flagsOut)
          Constructs an ExportParams object based on the native ExportParams structure
 

Uses of QTPointer in quicktime.util
 

Subclasses of QTPointer in quicktime.util
 class RawEncodedImage
          RawEncodedImages keep the encoded image data as a pointer to some block of memory.
 

Methods in quicktime.util that return QTPointer
static QTPointer QTPointer.fromSCData(SoundComponentData scd)
          The buffer that contains the sound data.
static QTPointer QTPointer.fromEncodedImage(EncodedImage image)
          Returns EncodedImage data as a QTPointer.