public class FrameMode
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
FrameMode.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
bytes |
byte |
dataBitsPerPixel |
int |
format |
byte |
framerate |
short |
height |
byte |
paddingBitsPerPixel |
int |
reserved |
int |
resolution |
byte |
valid |
short |
width |
| Constructor and Description |
|---|
FrameMode() |
| Modifier and Type | Method and Description |
|---|---|
DepthFormat |
getDepthFormat() |
protected java.util.List |
getFieldOrder() |
int |
getFrameRate() |
int |
getFrameSize() |
short |
getHeight() |
Resolution |
getResolution() |
VideoFormat |
getVideoFormat() |
short |
getWidth() |
boolean |
isValid() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeFieldpublic int reserved
public int resolution
public int format
public int bytes
public short width
public short height
public byte dataBitsPerPixel
public byte paddingBitsPerPixel
public byte framerate
public byte valid
protected java.util.List getFieldOrder()
getFieldOrder in class com.sun.jna.Structurepublic Resolution getResolution()
public DepthFormat getDepthFormat()
public VideoFormat getVideoFormat()
public int getFrameSize()
public short getWidth()
public short getHeight()
public int getFrameRate()
public boolean isValid()