public enum EOS_ERTCAudioStatus extends java.lang.Enum<EOS_ERTCAudioStatus> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_RTCAS_AdminDisabled
Audio disabled by the administrator
|
EOS_RTCAS_Disabled
Audio disabled
|
EOS_RTCAS_Enabled
Audio enabled
|
EOS_RTCAS_NotListeningDisabled
Audio channel is disabled temporarily for both sending and receiving
|
EOS_RTCAS_Unsupported
Audio unsupported by the source (no devices)
|
| 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() |
static EOS_ERTCAudioStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_ERTCAudioStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_ERTCAudioStatus EOS_RTCAS_Unsupported
public static final EOS_ERTCAudioStatus EOS_RTCAS_Enabled
public static final EOS_ERTCAudioStatus EOS_RTCAS_Disabled
public static final EOS_ERTCAudioStatus EOS_RTCAS_AdminDisabled
public static final EOS_ERTCAudioStatus EOS_RTCAS_NotListeningDisabled
public static EOS_ERTCAudioStatus[] values()
for (EOS_ERTCAudioStatus c : EOS_ERTCAudioStatus.values()) System.out.println(c);
public static EOS_ERTCAudioStatus 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 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