org.rococoa.cocoa.iokit
Class IOUSBLowLatencyIsocStruct

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

public class IOUSBLowLatencyIsocStruct
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 IOUSBLowLatencyIsocStruct.ByReference
           
static class IOUSBLowLatencyIsocStruct.ByValue
           
 
Field Summary
 int fBufSize
           
 int fDataBufferCookie
           
 int fDataBufferOffset
           
 int fFrameListBufferCookie
           
 int fFrameListBufferOffset
           
 int fNumFrames
           
 int fPipe
           
 long fStartFrame
           
 int fUpdateFrequency
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IOUSBLowLatencyIsocStruct()
           
IOUSBLowLatencyIsocStruct(int fPipe, int fBufSize, long fStartFrame, int fNumFrames, int fUpdateFrequency, int fDataBufferCookie, int fDataBufferOffset, int fFrameListBufferCookie, int fFrameListBufferOffset)
           
 
Method Summary
 IOUSBLowLatencyIsocStruct.ByReference byReference()
           
 IOUSBLowLatencyIsocStruct.ByValue byValue()
           
 IOUSBLowLatencyIsocStruct 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

fPipe

public int fPipe

fBufSize

public int fBufSize

fStartFrame

public long fStartFrame

fNumFrames

public int fNumFrames

fUpdateFrequency

public int fUpdateFrequency

fDataBufferCookie

public int fDataBufferCookie

fDataBufferOffset

public int fDataBufferOffset

fFrameListBufferCookie

public int fFrameListBufferCookie

fFrameListBufferOffset

public int fFrameListBufferOffset
Constructor Detail

IOUSBLowLatencyIsocStruct

public IOUSBLowLatencyIsocStruct()

IOUSBLowLatencyIsocStruct

public IOUSBLowLatencyIsocStruct(int fPipe,
                                 int fBufSize,
                                 long fStartFrame,
                                 int fNumFrames,
                                 int fUpdateFrequency,
                                 int fDataBufferCookie,
                                 int fDataBufferOffset,
                                 int fFrameListBufferCookie,
                                 int fFrameListBufferOffset)
Method Detail

byReference

public IOUSBLowLatencyIsocStruct.ByReference byReference()

byValue

public IOUSBLowLatencyIsocStruct.ByValue byValue()

clone

public IOUSBLowLatencyIsocStruct clone()
Overrides:
clone in class Object