public class CameraVideoStreamFrameHeader_t
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
CameraVideoStreamFrameHeader_t.ByReference |
static class |
CameraVideoStreamFrameHeader_t.ByValue |
Modifier and Type | Field and Description |
---|---|
int |
eFrameType
C type : EVRTrackedCameraFrameType
|
int |
nBytesPerPixel |
int |
nFrameSequence |
int |
nHeight |
int |
nWidth |
TrackedDevicePose_t |
standingTrackedDevicePose
C type : TrackedDevicePose_t
|
Constructor and Description |
---|
CameraVideoStreamFrameHeader_t() |
CameraVideoStreamFrameHeader_t(int eFrameType,
int nWidth,
int nHeight,
int nBytesPerPixel,
int nFrameSequence,
TrackedDevicePose_t standingTrackedDevicePose) |
CameraVideoStreamFrameHeader_t(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int eFrameType
public int nWidth
public int nHeight
public int nBytesPerPixel
public int nFrameSequence
public TrackedDevicePose_t standingTrackedDevicePose
public CameraVideoStreamFrameHeader_t()
public CameraVideoStreamFrameHeader_t(int eFrameType, int nWidth, int nHeight, int nBytesPerPixel, int nFrameSequence, TrackedDevicePose_t standingTrackedDevicePose)
eFrameType
- @see JOpenVRLibrary.EVRTrackedCameraFrameType standingTrackedDevicePose
- C type : TrackedDevicePose_tpublic CameraVideoStreamFrameHeader_t(com.sun.jna.Pointer peer)