All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.CompressedFrameInfo

java.lang.Object
   |
   +----quicktime.std.image.CompressedFrameInfo

public final class CompressedFrameInfo
extends Object
Contains information returned by the CSequence.compressFrame() method.


Method Index

 o getDataSize()
Returns the size, in bytes, of the compressed image.
 o getSimilarity()
Returns the similarity value of the image just compressed.
 o toString()
Return a string representation of this object

Methods

 o getDataSize
 public int getDataSize()
Returns the size, in bytes, of the compressed image.

 o getSimilarity
 public int getSimilarity()
Returns the similarity value of the image just compressed.

 o toString
 public String toString()
Return a string representation of this object

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index