org.rococoa.cocoa.quicktime
Class QTDoScriptRecord

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

public class QTDoScriptRecord
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 QTDoScriptRecord.ByReference
           
static class QTDoScriptRecord.ByValue
           
 
Field Summary
 ByteByReference arguments
           
 ByteByReference command
           
 NativeLong scriptTypeFlags
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTDoScriptRecord()
           
QTDoScriptRecord(NativeLong scriptTypeFlags, ByteByReference command, ByteByReference arguments)
           
 
Method Summary
 QTDoScriptRecord.ByReference byReference()
           
 QTDoScriptRecord.ByValue byValue()
           
 QTDoScriptRecord 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

scriptTypeFlags

public NativeLong scriptTypeFlags

command

public ByteByReference command

arguments

public ByteByReference arguments
Constructor Detail

QTDoScriptRecord

public QTDoScriptRecord()

QTDoScriptRecord

public QTDoScriptRecord(NativeLong scriptTypeFlags,
                        ByteByReference command,
                        ByteByReference arguments)
Method Detail

byReference

public QTDoScriptRecord.ByReference byReference()

byValue

public QTDoScriptRecord.ByValue byValue()

clone

public QTDoScriptRecord clone()
Overrides:
clone in class Object