@Structure.FieldOrder(value={"ApiVersion","LocalUserId","RoomName","ParticipantId","IsBlocked"})
public class EOS_RTC_BlockParticipantOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTC_BlockParticipantOptions.ByReference |
static class |
EOS_RTC_BlockParticipantOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_RTC_BLOCKPARTICIPANT_API_LATEST. |
static int |
EOS_RTC_BLOCKPARTICIPANT_API_LATEST
The most recent version of the EOS_RTC_BlockParticipant API.
|
EOS_Bool |
IsBlocked
Block or unblock the participant
|
EOS_ProductUserId |
LocalUserId
Product User ID of the user trying to request this operation.
|
EOS_ProductUserId |
ParticipantId
Product User ID of the participant to block
|
java.lang.String |
RoomName
The room the users should be blocked on.
|
| Constructor and Description |
|---|
EOS_RTC_BlockParticipantOptions() |
EOS_RTC_BlockParticipantOptions(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 final int EOS_RTC_BLOCKPARTICIPANT_API_LATEST
public int ApiVersion
EOS_RTC_BLOCKPARTICIPANT_API_LATEST.public EOS_ProductUserId LocalUserId
public java.lang.String RoomName
public EOS_ProductUserId ParticipantId
public EOS_Bool IsBlocked