@Structure.FieldOrder(value={"ApiVersion","PlatformSpecificOptions","BackgroundMode","Reserved"})
public class EOS_Platform_RTCOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Platform_RTCOptions.ByReference |
static class |
EOS_Platform_RTCOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_PLATFORM_RTCOPTIONS_API_LATEST. |
EOS_ERTCBackgroundMode |
BackgroundMode
Configures RTC behavior upon entering to any background application statuses
|
static int |
EOS_PLATFORM_RTCOPTIONS_API_LATEST
The most recent version of the EOS_Platform_RTCOptions API.
|
EOS_Windows_RTCOptions.ByReference |
PlatformSpecificOptions
This field is for platform specific initialization if any.
|
com.sun.jna.Pointer |
Reserved
Reserved field, should be nullptr by default
|
| Constructor and Description |
|---|
EOS_Platform_RTCOptions() |
EOS_Platform_RTCOptions(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, 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, writeFieldpublic static int EOS_PLATFORM_RTCOPTIONS_API_LATEST
public int ApiVersion
EOS_PLATFORM_RTCOPTIONS_API_LATEST.public EOS_Windows_RTCOptions.ByReference PlatformSpecificOptions
If provided then the structure will be located in "PLATFORM_NAME"/eos_"PLATFORM_NAME".h. The structure will be named EOS_"PLATFORM_NAME"_RTCOptions.
public EOS_ERTCBackgroundMode BackgroundMode
public com.sun.jna.Pointer Reserved