All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.qtcomponents.DataCodecInfo

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

public class DataCodecInfo
extends Object
An object of this class is returned after a DataCodecCompressor.compress call

See Also:
compress

Variable Index

 o actualDstSize
Contains the size of the compressed data that was created, in bytes.
 o decompressSlop
Contains the number of bytes that should be added to the decompression buffer size if decompression occurs in place.

Variables

 o actualDstSize
 public int actualDstSize
Contains the size of the compressed data that was created, in bytes.

 o decompressSlop
 public int decompressSlop
Contains the number of bytes that should be added to the decompression buffer size if decompression occurs in place.


All Packages  Class Hierarchy  This Package  Previous  Next  Index