Package com.jme3.system.jopenvr
Class VR_IVRTrackedCamera_FnTable
java.lang.Object
com.sun.jna.Structure
com.jme3.system.jopenvr.VR_IVRTrackedCamera_FnTable
- Direct Known Subclasses:
VR_IVRTrackedCamera_FnTable.ByReference
,VR_IVRTrackedCamera_FnTable.ByValue
public class VR_IVRTrackedCamera_FnTable
extends com.sun.jna.Structure
native declaration : headers\openvr_capi.h:1833
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.
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
Modifier and TypeClassDescriptionstatic interface
native declaration : headers\openvr_capi.h:1826static class
static class
static interface
native declaration : headers\openvr_capi.h:1821static interface
native declaration : headers\openvr_capi.h:1823static interface
native declaration : headers\openvr_capi.h:1824static interface
native declaration : headers\openvr_capi.h:1825static interface
native declaration : headers\openvr_capi.h:1828static interface
native declaration : headers\openvr_capi.h:1830static interface
native declaration : headers\openvr_capi.h:1831static interface
native declaration : headers\openvr_capi.h:1829static interface
native declaration : headers\openvr_capi.h:1822static interface
native declaration : headers\openvr_capi.h:1827static interface
native declaration : headers\openvr_capi.h:1832Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
Modifier and TypeFieldDescriptionC type : AcquireVideoStreamingService_callback*C type : GetCameraErrorNameFromEnum_callback*C type : GetCameraFrameSize_callback*C type : GetCameraIntrinsics_callback*C type : GetCameraProjection_callback*C type : GetVideoStreamFrameBuffer_callback*C type : GetVideoStreamTextureD3D11_callback*C type : GetVideoStreamTextureGL_callback*C type : GetVideoStreamTextureSize_callback*C type : HasCamera_callback*C type : ReleaseVideoStreamingService_callback*C type : ReleaseVideoStreamTextureGL_callback*Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.Structure
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
-
Field Details
-
GetCameraErrorNameFromEnum
C type : GetCameraErrorNameFromEnum_callback* -
HasCamera
C type : HasCamera_callback* -
GetCameraFrameSize
C type : GetCameraFrameSize_callback* -
GetCameraIntrinsics
C type : GetCameraIntrinsics_callback* -
GetCameraProjection
C type : GetCameraProjection_callback* -
AcquireVideoStreamingService
public VR_IVRTrackedCamera_FnTable.AcquireVideoStreamingService_callback AcquireVideoStreamingServiceC type : AcquireVideoStreamingService_callback* -
ReleaseVideoStreamingService
public VR_IVRTrackedCamera_FnTable.ReleaseVideoStreamingService_callback ReleaseVideoStreamingServiceC type : ReleaseVideoStreamingService_callback* -
GetVideoStreamFrameBuffer
C type : GetVideoStreamFrameBuffer_callback* -
GetVideoStreamTextureSize
C type : GetVideoStreamTextureSize_callback* -
GetVideoStreamTextureD3D11
C type : GetVideoStreamTextureD3D11_callback* -
GetVideoStreamTextureGL
C type : GetVideoStreamTextureGL_callback* -
ReleaseVideoStreamTextureGL
C type : ReleaseVideoStreamTextureGL_callback*
-
-
Constructor Details
-
VR_IVRTrackedCamera_FnTable
public VR_IVRTrackedCamera_FnTable() -
VR_IVRTrackedCamera_FnTable
public VR_IVRTrackedCamera_FnTable(com.sun.jna.Pointer peer)
-
-
Method Details
-
getFieldOrder
- Overrides:
getFieldOrder
in classcom.sun.jna.Structure
-