quicktime.std.qtcomponents
Class SCInfo

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

public final class SCInfo
extends java.lang.Object


Field Summary
 int dataSize
          The actual number of bytes in the handle that is the compressed data.
 QTHandleRef imageData
          The compressed image data of a frame
 short notSyncFlag
          Indicates whether the frame is a key frame.
 
Constructor Summary
SCInfo(QTHandleRef imageData, int dataSize, short nSyncFlag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageData

public QTHandleRef imageData
The compressed image data of a frame

dataSize

public int dataSize
The actual number of bytes in the handle that is the compressed data. This may be less than the handle's actual size, in which case only the bytes up to this size are valid compressed data.

notSyncFlag

public short notSyncFlag
Indicates whether the frame is a key frame.
Constructor Detail

SCInfo

public SCInfo(QTHandleRef imageData,
              int dataSize,
              short nSyncFlag)