: Class DataCodecInfo
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
quicktime.std.qtcomponents
Class DataCodecInfo
java.lang.Object
|
+--quicktime.std.qtcomponents.DataCodecInfo
public class DataCodecInfoextends java.lang.Object
An object of this class is returned after a DataCodecCompressor.compress call
See Also: quicktime.std.qtcomponents.DataCodecCompressor#compress()
Field Summary
int
actualDstSize
Contains the size of the compressed data that was created, in bytes.
int
decompressSlop
Contains the number of bytes that should be added to the
decompression buffer size if decompression occurs in place.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
actualDstSize
public int actualDstSize
Contains the size of the compressed data that was created, in bytes.
decompressSlop
public int decompressSlop
Contains the number of bytes that should be added to the
decompression buffer size if decompression occurs in place.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD