org.rococoa.cocoa.quicktime
Class InstrumentAboutInfo

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

public class InstrumentAboutInfo
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 InstrumentAboutInfo.ByReference
           
static class InstrumentAboutInfo.ByValue
           
 
Field Summary
 byte[] author
           
 byte[] copyright
           
 byte[] other
           
 Picture.ByReference p
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
InstrumentAboutInfo()
           
InstrumentAboutInfo(Picture.ByReference p, byte[] author, byte[] copyright, byte[] other)
           
 
Method Summary
 InstrumentAboutInfo.ByReference byReference()
           
 InstrumentAboutInfo.ByValue byValue()
           
 InstrumentAboutInfo 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

p

public Picture.ByReference p

author

public byte[] author

copyright

public byte[] copyright

other

public byte[] other
Constructor Detail

InstrumentAboutInfo

public InstrumentAboutInfo()

InstrumentAboutInfo

public InstrumentAboutInfo(Picture.ByReference p,
                           byte[] author,
                           byte[] copyright,
                           byte[] other)
Method Detail

byReference

public InstrumentAboutInfo.ByReference byReference()

byValue

public InstrumentAboutInfo.ByValue byValue()

clone

public InstrumentAboutInfo clone()
Overrides:
clone in class Object