org.rococoa.cocoa.quicktime
Class QTVRHotSpotInfoAtom
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.QTVRHotSpotInfoAtom
- Direct Known Subclasses:
- QTVRHotSpotInfoAtom.ByReference, QTVRHotSpotInfoAtom.ByValue
public class QTVRHotSpotInfoAtom
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
majorVersion
public short majorVersion
minorVersion
public short minorVersion
hotSpotType
public int hotSpotType
nameAtomID
public NativeLong nameAtomID
commentAtomID
public NativeLong commentAtomID
cursorID
public int[] cursorID
bestPan
public float bestPan
bestTilt
public float bestTilt
bestFOV
public float bestFOV
bestViewCenter
public QTVRFloatPoint bestViewCenter
hotSpotRect
public Rect hotSpotRect
flags
public int flags
reserved1
public int reserved1
reserved2
public int reserved2
QTVRHotSpotInfoAtom
public QTVRHotSpotInfoAtom()
byReference
public QTVRHotSpotInfoAtom.ByReference byReference()
byValue
public QTVRHotSpotInfoAtom.ByValue byValue()
clone
public QTVRHotSpotInfoAtom clone()
- Overrides:
clone
in class Object