org.rococoa.cocoa.qd
Class DMDepthInfoRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.qd.DMDepthInfoRec
- Direct Known Subclasses:
- DMDepthInfoRec.ByReference, DMDepthInfoRec.ByValue
public class DMDepthInfoRec
- 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 |
depthSwitchInfo
public VDSwitchInfoRec.ByReference depthSwitchInfo
depthVPBlock
public VPBlock.ByReference depthVPBlock
depthFlags
public int depthFlags
depthReserved1
public int depthReserved1
depthReserved2
public int depthReserved2
DMDepthInfoRec
public DMDepthInfoRec()
DMDepthInfoRec
public DMDepthInfoRec(VDSwitchInfoRec.ByReference depthSwitchInfo,
VPBlock.ByReference depthVPBlock,
int depthFlags,
int depthReserved1,
int depthReserved2)
- Parameters:
depthSwitchInfo
- This is the switch mode to choose this timing/depth
depthVPBlock
- VPBlock (including size, depth and format)
depthFlags
- VDVideoParametersInfoRec.csDepthFlags
depthReserved1
- Reserved
depthReserved2
- Reserved
byReference
public DMDepthInfoRec.ByReference byReference()
byValue
public DMDepthInfoRec.ByValue byValue()
clone
public DMDepthInfoRec clone()
- Overrides:
clone
in class Object