|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.util.QTByteObject | +--quicktime.vr.QTVRAtom | +--quicktime.vr.QTVRNodeHeader
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Constructor Summary | |
QTVRNodeHeader()
Creates a QTVRNodeHeader object containing no data. |
|
QTVRNodeHeader(byte[] bytes)
Creates a QTVRNodeHeader object from a byte array Used in cloning |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this class. |
int |
getCommentAtomID()
returns the commentAtomID |
static EndianDescriptor |
getEndianDescriptor()
|
int |
getNameAtomID()
returns the nameAtomID |
int |
getNodeID()
returns the nodeID |
int |
getNodeType()
returns the nodeType |
int |
getReserved1()
returns the reserved1 |
int |
getReserved2()
returns the reserved2 |
void |
setCommentAtomID(int commentAtomID)
set the commentAtomID |
void |
setNameAtomID(int nameAtomID)
set the nameAtomID |
void |
setNodeID(int nodeID)
set the nodeID |
void |
setNodeType(int nodeType)
set the nodeType |
void |
setNodeType(java.lang.String nodeType)
set the nodeType from a string |
void |
setReserved1(int reserved1)
set the reserved1 |
void |
setReserved2(int reserved2)
set the reserved2 |
java.lang.String |
toString()
Returns a string representation of the class |
Methods inherited from class quicktime.vr.QTVRAtom |
getMajorVersion, getMinorVersion, setMajorVersion, setMinorVersion |
Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QTVRNodeHeader()
public QTVRNodeHeader(byte[] bytes) throws QTException
Method Detail |
public java.lang.Object clone()
clone
in class QTVRAtom
public static EndianDescriptor getEndianDescriptor()
public int getNodeType()
public void setNodeType(int nodeType)
public void setNodeType(java.lang.String nodeType)
public int getNodeID()
public void setNodeID(int nodeID)
public int getNameAtomID()
public void setNameAtomID(int nameAtomID)
public int getCommentAtomID()
public void setCommentAtomID(int commentAtomID)
public void setReserved1(int reserved1)
public int getReserved1()
public void setReserved2(int reserved2)
public int getReserved2()
public java.lang.String toString()
QTVRAtom
toString
in class QTVRAtom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |