org.rococoa.cocoa.iokit
Class LowLatencyUserBufferInfoV2
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.LowLatencyUserBufferInfoV2
- Direct Known Subclasses:
- LowLatencyUserBufferInfoV2.ByReference, LowLatencyUserBufferInfoV2.ByValue
public class LowLatencyUserBufferInfoV2
- 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.
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 |
cookie
public int cookie
bufferAddress
public Pointer bufferAddress
bufferSize
public int bufferSize
bufferType
public int bufferType
isPrepared
public boolean isPrepared
mappedUHCIAddress
public Pointer mappedUHCIAddress
nextBuffer
public LowLatencyUserBufferInfoV2.ByReference nextBuffer
LowLatencyUserBufferInfoV2
public LowLatencyUserBufferInfoV2()
LowLatencyUserBufferInfoV2
public LowLatencyUserBufferInfoV2(int cookie,
Pointer bufferAddress,
int bufferSize,
int bufferType,
boolean isPrepared,
Pointer mappedUHCIAddress,
LowLatencyUserBufferInfoV2.ByReference nextBuffer)
byReference
public LowLatencyUserBufferInfoV2.ByReference byReference()
byValue
public LowLatencyUserBufferInfoV2.ByValue byValue()
clone
public LowLatencyUserBufferInfoV2 clone()
- Overrides:
clone
in class Object