org.rococoa.cocoa.quicktime
Class QTVRHotSpotInfoAtom

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class QTVRHotSpotInfoAtom.ByReference
           
static class QTVRHotSpotInfoAtom.ByValue
           
 
Field Summary
 float bestFOV
           
 float bestPan
           
 float bestTilt
           
 QTVRFloatPoint bestViewCenter
           
 NativeLong commentAtomID
           
 int[] cursorID
           
 int flags
           
 Rect hotSpotRect
           
 int hotSpotType
           
 short majorVersion
           
 short minorVersion
           
 NativeLong nameAtomID
           
 int reserved1
           
 int reserved2
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTVRHotSpotInfoAtom()
           
 
Method Summary
 QTVRHotSpotInfoAtom.ByReference byReference()
           
 QTVRHotSpotInfoAtom.ByValue byValue()
           
 QTVRHotSpotInfoAtom clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

QTVRHotSpotInfoAtom

public QTVRHotSpotInfoAtom()
Method Detail

byReference

public QTVRHotSpotInfoAtom.ByReference byReference()

byValue

public QTVRHotSpotInfoAtom.ByValue byValue()

clone

public QTVRHotSpotInfoAtom clone()
Overrides:
clone in class Object