Uses of Class
quicktime.std.qtcomponents.SCSequence

Packages that use SCSequence
quicktime.std.qtcomponents   
quicktime.util   
 

Uses of SCSequence in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return SCSequence
 SCSequence ImageCompressionDialog.compressSequenceBegin(QDGraphics src, QDRect srcRect)
          Creates a SCSequence object to begin compression of a sequence of images.
 

Uses of SCSequence in quicktime.util
 

Methods in quicktime.util with parameters of type SCSequence
static SCInfo QTHandleRef.fromSCSequence(SCSequence sc, QDGraphics src, QDRect srcRect)
          Compresses a frame that is sourced by a PixMap from the supplied QDGraphics, returning the compressed data.