All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.CDSequence

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.image.CDSequence

public class CDSequence
extends QTObject
implements QuickTimeLib
This class defines methods which are used during compression and decompression of image sequences.

See Also:
CSequence, DSequence

Method Index

 o busy()
Your application may call this method to check the status of an asynchronous compression or decompression operation.
 o equivalentImageDescription(ImageDescription)
Reports whether two image descriptions are the same.
 o getDescription()
Returns the ImageDescription object associated with this sequence.
 o setTimeBase(TimeBase)
Set the time base for the CDSequence object.

Methods

 o getDescription
 public final ImageDescription getDescription()
Returns the ImageDescription object associated with this sequence.

Returns:
the image description
 o setTimeBase
 public final void setTimeBase(TimeBase base) throws StdQTException
Set the time base for the CDSequence object.

QuickTime::CDSequenceSetTimeBase

Parameters:
base - the TimeBase for the sequence
 o busy
 public boolean busy() throws StdQTException
Your application may call this method to check the status of an asynchronous compression or decompression operation.

QuickTime::CDSequenceBusy

Returns:
true if an asynchronous operation is in progress, false otherwise
 o equivalentImageDescription
 public final boolean equivalentImageDescription(ImageDescription newDesc) throws StdQTException
Reports whether two image descriptions are the same.

QuickTime::CDSequenceEquivalentImageDescription

Parameters:
newDesc - an ImageDescription object that describes a compressed image
Returns:
true if the descriptions are equivalent, false otherwise

All Packages  Class Hierarchy  This Package  Previous  Next  Index