org.rococoa.cocoa.quicktime
Class QTVRSampleDescription

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.quicktime.QTVRSampleDescription
Direct Known Subclasses:
QTVRSampleDescription.ByReference, QTVRSampleDescription.ByValue

public class QTVRSampleDescription
extends com.ochafik.lang.jnaerator.runtime.Structure

Header for QTVR track's Sample Description record (vrWorld atom container is appended)
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 QTVRSampleDescription.ByReference
           
static class QTVRSampleDescription.ByValue
           
 
Field Summary
 int data
           
 short dataRefIndex
           
 int descSize
           
 int descType
           
 int reserved1
           
 short reserved2
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTVRSampleDescription()
           
QTVRSampleDescription(int descSize, int descType, int reserved1, short reserved2, short dataRefIndex, int data)
           
 
Method Summary
 QTVRSampleDescription.ByReference byReference()
           
 QTVRSampleDescription.ByValue byValue()
           
 QTVRSampleDescription 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

descSize

public int descSize

descType

public int descType

reserved1

public int reserved1

reserved2

public short reserved2

dataRefIndex

public short dataRefIndex

data

public int data
Constructor Detail

QTVRSampleDescription

public QTVRSampleDescription()

QTVRSampleDescription

public QTVRSampleDescription(int descSize,
                             int descType,
                             int reserved1,
                             short reserved2,
                             short dataRefIndex,
                             int data)
Parameters:
descSize - total size of the QTVRSampleDescription
descType - must be 'qtvr'
reserved1 - must be zero
reserved2 - must be zero
dataRefIndex - must be zero
data - Will be extended to hold vrWorld QTAtomContainer
Method Detail

byReference

public QTVRSampleDescription.ByReference byReference()

byValue

public QTVRSampleDescription.ByValue byValue()

clone

public QTVRSampleDescription clone()
Overrides:
clone in class Object