quicktime.std.image
Class CompressedFrameInfo

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

public final class CompressedFrameInfo
extends java.lang.Object

Contains information returned by the CSequence.compressFrame() method.


Method Summary
 int getDataSize()
          Returns the size, in bytes, of the compressed image.
 int getSimilarity()
          Returns the similarity value of the image just compressed.
 java.lang.String toString()
          Return a string representation of this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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 java.lang.String toString()
Return a string representation of this object
Overrides:
toString in class java.lang.Object