org.rococoa.cocoa.quicktime
Class QTEventRecord
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quicktime.QTEventRecord
- Direct Known Subclasses:
- QTEventRecord.ByReference, QTEventRecord.ByValue
public class QTEventRecord
- 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 |
version
public NativeLong version
eventType
public int eventType
where
public Point where
flags
public NativeLong flags
payloadRefcon
public NativeLong payloadRefcon
param1
public NativeLong param1
param2
public NativeLong param2
param3
public NativeLong param3
QTEventRecord
public QTEventRecord()
QTEventRecord
public QTEventRecord(NativeLong version,
int eventType,
Point where,
NativeLong flags,
NativeLong payloadRefcon,
NativeLong param1,
NativeLong param2,
NativeLong param3)
byReference
public QTEventRecord.ByReference byReference()
byValue
public QTEventRecord.ByValue byValue()
clone
public QTEventRecord clone()
- Overrides:
clone
in class Object