|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.image.CDSequence
This class defines methods which are used during compression and decompression of image sequences.
CSequence,
DSequence| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
boolean |
busy()
Your application may call this method to check the status of an asynchronous compression or decompression operation. |
boolean |
equivalentImageDescription(ImageDescription newDesc)
Reports whether two image descriptions are the same. |
ImageDescription |
getDescription()
Returns the ImageDescription object associated with this sequence. |
void |
setTimeBase(TimeBase base)
Set the time base for the CDSequence object. |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public final ImageDescription getDescription()
public final void setTimeBase(TimeBase base)
throws StdQTException
base - the TimeBase for the sequence
StdQTException
public boolean busy()
throws StdQTException
StdQTException
public final boolean equivalentImageDescription(ImageDescription newDesc)
throws StdQTException
newDesc - an ImageDescription object that describes a compressed image
StdQTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||