public enum EOS_ERTCParticipantStatus extends java.lang.Enum<EOS_ERTCParticipantStatus> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_RTCPS_Joined
Participant joined the room
|
EOS_RTCPS_Left
Participant left the room
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
EOS_ERTCParticipantStatus |
valueOf(int id) |
static EOS_ERTCParticipantStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_ERTCParticipantStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_ERTCParticipantStatus EOS_RTCPS_Joined
public static final EOS_ERTCParticipantStatus EOS_RTCPS_Left
public static EOS_ERTCParticipantStatus[] values()
for (EOS_ERTCParticipantStatus c : EOS_ERTCParticipantStatus.values()) System.out.println(c);
public static EOS_ERTCParticipantStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic EOS_ERTCParticipantStatus valueOf(int id)
public java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped