|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.std.qtcomponents.SCInfo
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 |
public QTHandleRef imageData
public int dataSize
public short notSyncFlag
Constructor Detail |
public SCInfo(QTHandleRef imageData, int dataSize, short nSyncFlag)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |