All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.SCSequence

java.lang.Object
   |
   +----quicktime.std.qtcomponents.SCSequence

public final class SCSequence
extends Object
implements QuickTimeLib

Method Index

 o compressFrame(QDGraphics, QDRect)
Compresses a frame that is sourced by a PixMap from the supplied QDGraphics, returning the compressed data.
 o getDescription()
Return the description
 o getDialog()
Return the SCDialog

Methods

 o getDescription
 public ImageDescription getDescription()
Return the description

 o getDialog
 public ImageCompressionDialog getDialog()
Return the SCDialog

 o compressFrame
 public SCInfo compressFrame(QDGraphics src,
                             QDRect srcRect) throws QTException
Compresses a frame that is sourced by a PixMap from the supplied QDGraphics, returning the compressed data.

QuickTime::SCCompressImage()

Parameters:
src - the source PixMap from the QDGraphics.
srcRect - you can specify to compress just a part of the pix map by specifying a rectangle - or pass in null to compress the entire pix map.
Returns:
an image data object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index