org.rococoa.cocoa.quicktime
Class QTVRSampleDescription
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
descSize
public int descSize
descType
public int descType
reserved1
public int reserved1
reserved2
public short reserved2
dataRefIndex
public short dataRefIndex
data
public int data
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
byReference
public QTVRSampleDescription.ByReference byReference()
byValue
public QTVRSampleDescription.ByValue byValue()
clone
public QTVRSampleDescription clone()
- Overrides:
clone
in class Object