org.rococoa.cocoa.iokit
Class VDVideoParametersInfoRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.VDVideoParametersInfoRec
- Direct Known Subclasses:
- VDVideoParametersInfoRec.ByReference, VDVideoParametersInfoRec.ByValue
public class VDVideoParametersInfoRec
- 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 |
csDisplayModeID
public int csDisplayModeID
csDepthMode
public short csDepthMode
csVPBlockPtr
public VPBlock.ByReference csVPBlockPtr
csPageCount
public NativeLong csPageCount
csDeviceType
public int csDeviceType
csDepthFlags
public int csDepthFlags
VDVideoParametersInfoRec
public VDVideoParametersInfoRec()
VDVideoParametersInfoRec
public VDVideoParametersInfoRec(int csDisplayModeID,
short csDepthMode,
VPBlock.ByReference csVPBlockPtr,
NativeLong csPageCount,
int csDeviceType,
int csDepthFlags)
- Parameters:
csDisplayModeID
- the ID of the resolution we want info on
csDepthMode
- The bit depth we want the info on (0x80 based)
csVPBlockPtr
- Pointer to a video parameter block
csPageCount
- Number of pages supported by the resolution
csDeviceType
- Device Type: Direct, Fixed or CLUT;
csDepthFlags
- Flags
byReference
public VDVideoParametersInfoRec.ByReference byReference()
byValue
public VDVideoParametersInfoRec.ByValue byValue()
clone
public VDVideoParametersInfoRec clone()
- Overrides:
clone
in class Object