org.rococoa.cocoa.quicktime
Class QTChapterInfoRecord

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

public class QTChapterInfoRecord
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 QTChapterInfoRecord.ByReference
           
static class QTChapterInfoRecord.ByValue
           
 
Field Summary
 NativeLong index
           
 byte[] name
           
 int time
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
QTChapterInfoRecord()
           
QTChapterInfoRecord(NativeLong index, int time, byte[] name)
           
 
Method Summary
 QTChapterInfoRecord.ByReference byReference()
           
 QTChapterInfoRecord.ByValue byValue()
           
 QTChapterInfoRecord 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

index

public NativeLong index

time

public int time

name

public byte[] name
Constructor Detail

QTChapterInfoRecord

public QTChapterInfoRecord()

QTChapterInfoRecord

public QTChapterInfoRecord(NativeLong index,
                           int time,
                           byte[] name)
Parameters:
index - first chapter has index of 1
time - -1 if no more chapters available
Method Detail

byReference

public QTChapterInfoRecord.ByReference byReference()

byValue

public QTChapterInfoRecord.ByValue byValue()

clone

public QTChapterInfoRecord clone()
Overrides:
clone in class Object