org.rococoa.cocoa.qd
Class DMDepthInfoRec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class DMDepthInfoRec.ByReference
           
static class DMDepthInfoRec.ByValue
           
 
Field Summary
 int depthFlags
           
 int depthReserved1
           
 int depthReserved2
           
 VDSwitchInfoRec.ByReference depthSwitchInfo
           
 VPBlock.ByReference depthVPBlock
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
DMDepthInfoRec()
           
DMDepthInfoRec(VDSwitchInfoRec.ByReference depthSwitchInfo, VPBlock.ByReference depthVPBlock, int depthFlags, int depthReserved1, int depthReserved2)
           
 
Method Summary
 DMDepthInfoRec.ByReference byReference()
           
 DMDepthInfoRec.ByValue byValue()
           
 DMDepthInfoRec 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

depthSwitchInfo

public VDSwitchInfoRec.ByReference depthSwitchInfo

depthVPBlock

public VPBlock.ByReference depthVPBlock

depthFlags

public int depthFlags

depthReserved1

public int depthReserved1

depthReserved2

public int depthReserved2
Constructor Detail

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
Method Detail

byReference

public DMDepthInfoRec.ByReference byReference()

byValue

public DMDepthInfoRec.ByValue byValue()

clone

public DMDepthInfoRec clone()
Overrides:
clone in class Object