@Structure.FieldOrder(value={"ApiVersion","LocalUserId","RoomName","ParticipantId","IsDataEnabled"})
public class EOS_RTCData_UpdateReceivingOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTCData_UpdateReceivingOptions.ByReference |
static class |
EOS_RTCData_UpdateReceivingOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_RTCDATA_UPDATERECEIVING_API_LATEST. |
int |
IsDataEnabled
Creates or destroys data channel subscription
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the user trying to request this operation.
|
EOS_ProductUserId |
ParticipantId
The participant to modify or null to update the global configuration
|
java.lang.String |
RoomName
The room this settings should be applied on.
|
| Constructor and Description |
|---|
EOS_RTCData_UpdateReceivingOptions() |
EOS_RTCData_UpdateReceivingOptions(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 int ApiVersion
EOS_RTCDATA_UPDATERECEIVING_API_LATEST.public EOS_ProductUserId LocalUserId
public java.lang.String RoomName
public EOS_ProductUserId ParticipantId
public int IsDataEnabled