org.rococoa.cocoa.iokit
Class IOUSBLowLatencyIsocStruct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
Constructor Summary |
IOUSBLowLatencyIsocStruct()
|
IOUSBLowLatencyIsocStruct(int fPipe,
int fBufSize,
long fStartFrame,
int fNumFrames,
int fUpdateFrequency,
int fDataBufferCookie,
int fDataBufferOffset,
int fFrameListBufferCookie,
int fFrameListBufferOffset)
|
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 |
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
IOUSBLowLatencyIsocStruct
public IOUSBLowLatencyIsocStruct()
IOUSBLowLatencyIsocStruct
public IOUSBLowLatencyIsocStruct(int fPipe,
int fBufSize,
long fStartFrame,
int fNumFrames,
int fUpdateFrequency,
int fDataBufferCookie,
int fDataBufferOffset,
int fFrameListBufferCookie,
int fFrameListBufferOffset)
byReference
public IOUSBLowLatencyIsocStruct.ByReference byReference()
byValue
public IOUSBLowLatencyIsocStruct.ByValue byValue()
clone
public IOUSBLowLatencyIsocStruct clone()
- Overrides:
clone
in class Object