public class EOS_RTC_JoinRoomOptions_Flags extends NativeMappedBitMask
| Modifier and Type | Field and Description |
|---|---|
static int |
EOS_RTC_JOINROOMFLAGS_ENABLE_DATACHANNEL
Enables the (optional) data channel feature for RTC rooms.
|
static int |
EOS_RTC_JOINROOMFLAGS_ENABLE_ECHO
Enables echo mode.
|
static int |
EOS_RTC_JOINROOMFLAGS_RESERVED_VOICE_FEATURE
The flag is reserved for future use.
|
bitMask| Constructor and Description |
|---|
EOS_RTC_JoinRoomOptions_Flags() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
static @NotNull EOS_RTC_JoinRoomOptions_Flags |
of(int... flags) |
hasFlag, nativeType, setFlags, toNativepublic static final int EOS_RTC_JOINROOMFLAGS_ENABLE_ECHO
public static final int EOS_RTC_JOINROOMFLAGS_ENABLE_DATACHANNEL
public static final int EOS_RTC_JOINROOMFLAGS_RESERVED_VOICE_FEATURE
@NotNull public static @NotNull EOS_RTC_JoinRoomOptions_Flags of(int... flags)
public java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)