Uses of Class
quicktime.util.QTPointerRef

Packages that use QTPointerRef
quicktime.qd   
quicktime.sound   
quicktime.std.clocks   
quicktime.std.image   
quicktime.std.movies   
quicktime.std.movies.media   
quicktime.std.qtcomponents   
quicktime.std.sg   
quicktime.streaming   
quicktime.util   
quicktime.vr   
 

Uses of QTPointerRef in quicktime.qd
 

Subclasses of QTPointerRef in quicktime.qd
 class QDGraphics
          A color graphics port defines a complete drawing environment that determines where and how color graphics operations take place.
 

Uses of QTPointerRef in quicktime.sound
 

Subclasses of QTPointerRef in quicktime.sound
 class ExtScheduledSoundHeader
           
 class SndCommand
          This class represents a SndCommand as used by SndChannel's doCommand() and doImmediate methods.
 

Methods in quicktime.sound that return QTPointerRef
 QTPointerRef ExtScheduledSoundHeader.getSampleData()
          This returns a pointer to the sample data
 QTPointerRef SndHandle.getSoundData()
          Return a Pointer to the sound data that is contained within the SndHandle.
 QTPointerRef SPB.getBuffer()
          Sets the buffer that the device will record into.
 

Methods in quicktime.sound with parameters of type QTPointerRef
 void ExtScheduledSoundHeader.setSampleData(QTPointerRef ref)
          This sets the data of the sound header.
 void SndHandle.appendSoundData(QTPointerRef buffer)
          Appends the sound buffer to the end of this handle.
 void SndHandle.setSoundData(QTPointerRef buffer)
          Sets the internal buffer Pointer of this sound header to the incomding buffer.
 void SPB.setBuffer(QTPointerRef buffer)
          Sets the buffer that the device will record into.
 

Constructors in quicktime.sound with parameters of type QTPointerRef
ExtScheduledSoundHeader(QTPointerRef data, int numChannels, float rate, int sampleSizeBits, int format)
          Create an ExtScheduledSoundHeader object when the sample data format is uncompressed.
ExtScheduledSoundHeader(QTPointerRef data, int numChannels, float rate, int numFrames, int sampleSizeBits, int format, int compressionID, int packetSize)
          Create an ExtScheduledSoundHeader object for use when the sample data is compressed.
ExtScheduledSoundHeader(QTPointerRef data, int numChannels, float rate, int numFrames, int sampleSizeBits, int format, int compressionID, int packetSize, TimeRecord startTime, int extendedFlags)
          Create an ExtScheduledSoundHeader object for the scheduled sound calls.
SPB(SPBDevice device, int count, int milliseconds, QTPointerRef buffer)
          Create a SPB.
 

Uses of QTPointerRef in quicktime.std.clocks
 

Subclasses of QTPointerRef in quicktime.std.clocks
 class TimeRecord
          The TimeRecord allows a full description of a QuickTime time specification structure.
 

Uses of QTPointerRef in quicktime.std.image
 

Subclasses of QTPointerRef in quicktime.std.image
 class CodecName
          CodecName class corresponds to the CodecNameSpec structure.
 class CodecNameList
          CodecNameList corresponds to CodecNameSpecListPtr data structure which contains a list of compressor name structures.
 

Methods in quicktime.std.image that return QTPointerRef
 QTPointerRef GraphicsExporter.getInputPtr()
          Determines the data reference that is the source for input images to graphics export component.
 

Methods in quicktime.std.image with parameters of type QTPointerRef
 void GraphicsExporter.setInputPtr(QTPointerRef p, ImageDescription desc)
          Sets the data handle reference as the source for input images to graphics export component.
 

Uses of QTPointerRef in quicktime.std.movies
 

Subclasses of QTPointerRef in quicktime.std.movies
 class AtomData
          This is a Read Only structure that is used to read the values that are stored in an atom of an AtomContainer.
 class QTGetExternalMovieRecord
           
 class ResolvedQTEventSpec
          This class is returned from ActionFilters that deal with WiredSprite actions.
 

Methods in quicktime.std.movies with parameters of type QTPointerRef
 void AtomContainer.setAtomData(Atom atom, QTPointerRef data)
          This method allows you to set a leaf atom's data.
 Atom AtomContainer.insertChild(Atom parentAtom, int atomType, int id, int index, QTPointerRef data)
          This method creates a new child atom for parentAtom.
 

Uses of QTPointerRef in quicktime.std.movies.media
 

Subclasses of QTPointerRef in quicktime.std.movies.media
 class SampleReference
          The SampleReference class forms a general base class for information that can be constructed or gleaned about media samples and references.
 class SampleReferenceVector
          This class represents a SampleReferenceVector which is an array of SampleReference objects.
 

Methods in quicktime.std.movies.media with parameters of type QTPointerRef
 int TextMediaHandler.addTextSample(QTPointerRef text, int fontNumber, int fontSize, int textFace, QDColor textColor, QDColor backColor, int textJustification, QDRect textBox, int displayFlags, int scrollDelay, int hiliteStart, int hiliteEnd, QDColor rgbHiliteColor, int duration)
          This method adds a single block of styled text to an existing media.
 FoundTextInfo TextMediaHandler.findNextText(QTPointerRef text, int findFlags, int startTime)
          This method searches for text with a specified media handler starting at a given time.
 void UserData.setDataItem(QTPointerRef data, int udType, int index)
          This method allows your application to set an item in a user data list.
 int FlashMediaHandler.frameLabelToMovieTime(QTPointerRef theLabel)
          Given a Flash frame's label, get the corresponding movieTime.
 

Uses of QTPointerRef in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents with parameters of type QTPointerRef
 void DataCodecDecompressor.decompress(QTPointerRef srcData, QTPointerRef dstData)
          The DataCodecDecompress function decompresses data using the specified compressor component.
 DataCodecInfo DataCodecCompressor.compress(QTPointerRef srcData, QTPointerRef dstData)
          Compress the specified data.
 

Uses of QTPointerRef in quicktime.std.sg
 

Methods in quicktime.std.sg with parameters of type QTPointerRef
 int SGDataProc.execute(SGChannel chan, QTPointerRef dataToWrite, int offset, int chRefCon, int time, int writeType)
          The method that is called by QuickTime to write the provided data.
 

Uses of QTPointerRef in quicktime.streaming
 

Subclasses of QTPointerRef in quicktime.streaming
 class EditEntry
          A class that represents an editable entry within a stream
 class EditList
          This class represents an EditListHandle structure which is a vector of EditEntry objects
 class MediaParams
          This class provides a collection of parameters that specify the media contents of a presentation object
 class NewPresentationParams
          This class is used to specify paramters for the creation of a Presentation object
 class PresIdleParams
          A class that represents an presentation idle parameters
 class PresParams
          Presentation Parameter object
 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
 class StatusParams
          This class represents a QTSStatusParam structure that is returned when a notification proc is called with a kQTSStatusNotification message
 

Methods in quicktime.streaming with parameters of type QTPointerRef
static Presentation Presentation.fromData(int dataType, QTPointerRef data, PresParams params)
          Creates a new presentation object from data
 

Constructors in quicktime.streaming with parameters of type QTPointerRef
Stream(Presentation pres, int dataType, QTPointerRef data)
          Create a new stream object
Stream(Presentation pres, int dataType, QTPointerRef data, int flags)
          Create a new stream object
 

Uses of QTPointerRef in quicktime.util
 

Subclasses of QTPointerRef in quicktime.util
 class QTPointer
          The QTPointer class implements a pointer that can be used in calls to QuickTime.
 class QTVector
          This class represents a Vector of uniform sized objects into a handle.
 class RawEncodedImage
          RawEncodedImages keep the encoded image data as a pointer to some block of memory.
 

Methods in quicktime.util that return QTPointerRef
 QTPointerRef QTHandleRef.toQTPointer()
          Locks the handle and returns a pointer object.
 QTPointerRef QTHandleRef.toQTPointer(int offset, int size)
          Locks the handle and returns a pointer object.
static QTPointerRef QTPointer.fromGraphicsExporter(GraphicsExporter ge)
          The buffer that contains the sound data.
 

Methods in quicktime.util with parameters of type QTPointerRef
 void QTPointer.concatenate(QTPointerRef ptr)
          Concatenates the supplied pointer to this pointer.
static RawEncodedImage RawEncodedImage.fromQTPointer(QTPointerRef ptr)
          This will return a RawEncodedImage object from a pointer.
 

Constructors in quicktime.util with parameters of type QTPointerRef
QTHandle(QTPointerRef ptr, int offset, int size)
          This constructor is used to create a QTHandle object from a QTPointer.
QTPointer(QTPointerRef firstPtr, QTPointerRef secondPtr)
          Construct a pointer from the concatenation of the two supplied pointers.
 

Uses of QTPointerRef in quicktime.vr
 

Subclasses of QTPointerRef in quicktime.vr
 class QTVRInterceptRecord
          The QTVRInterceptRecord is passed to the QTVRInterceptor's exeucte method by QuickTime.
 class QTVRString