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.
-
getDataSize()
- Returns the size, in bytes, of the compressed image.
-
getSimilarity()
- Returns the similarity value of the image just compressed.
-
toString()
- Return a string representation of this object
getDataSize
public int getDataSize()
- Returns the size, in bytes, of the compressed image.
getSimilarity
public int getSimilarity()
- Returns the similarity value of the image just compressed.
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