|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Participant.VoiceStatus>
com.skype.api.Participant.VoiceStatus
public static enum Participant.VoiceStatus
Recognized values for the P_VOICE_STATUS property.
| Enum Constant Summary | |
|---|---|
EARLY_MEDIA
Participant is in process of joining current live session. |
|
LISTENING
Participant has joined the current live session but is currently not transmitting audio. |
|
RINGING
Participant has been invited to join the live session but has not yet accepted. |
|
SPEAKING
Participant has joined the current live session and is transmitting audio. |
|
VOICE_AVAILABLE
Participant is using a Skype client that supports audio. |
|
VOICE_CONNECTING
Participant is in process of joining current live session. |
|
VOICE_NA
Participant is using a Skype client with no audio capability. |
|
VOICE_ON_HOLD
Participant has joined the current live session but the audio is currently on hold. |
|
VOICE_STOPPED
Participant will be placed in this state for some seconds after live session has finished. |
|
VOICE_UNKNOWN
Participant voice status is not (yet) determined. |
|
| Field Summary | |
|---|---|
static int |
EARLY_MEDIA_VALUE
|
static int |
LISTENING_VALUE
|
static int |
RINGING_VALUE
|
static int |
SPEAKING_VALUE
|
static int |
VOICE_AVAILABLE_VALUE
|
static int |
VOICE_CONNECTING_VALUE
|
static int |
VOICE_NA_VALUE
|
static int |
VOICE_ON_HOLD_VALUE
|
static int |
VOICE_STOPPED_VALUE
|
static int |
VOICE_UNKNOWN_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Participant.VoiceStatus |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Participant.VoiceStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Participant.VoiceStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Participant.VoiceStatus VOICE_UNKNOWN
public static final Participant.VoiceStatus VOICE_NA
public static final Participant.VoiceStatus VOICE_AVAILABLE
public static final Participant.VoiceStatus VOICE_CONNECTING
public static final Participant.VoiceStatus RINGING
public static final Participant.VoiceStatus EARLY_MEDIA
public static final Participant.VoiceStatus LISTENING
public static final Participant.VoiceStatus SPEAKING
public static final Participant.VoiceStatus VOICE_ON_HOLD
public static final Participant.VoiceStatus VOICE_STOPPED
| Field Detail |
|---|
public static final int VOICE_UNKNOWN_VALUE
public static final int VOICE_NA_VALUE
public static final int VOICE_AVAILABLE_VALUE
public static final int VOICE_CONNECTING_VALUE
public static final int RINGING_VALUE
public static final int EARLY_MEDIA_VALUE
public static final int LISTENING_VALUE
public static final int SPEAKING_VALUE
public static final int VOICE_ON_HOLD_VALUE
public static final int VOICE_STOPPED_VALUE
| Method Detail |
|---|
public static Participant.VoiceStatus[] values()
for (Participant.VoiceStatus c : Participant.VoiceStatus.values()) System.out.println(c);
public static Participant.VoiceStatus 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 name
java.lang.NullPointerException - if the argument is nullpublic int getId()
getId in interface EnumConvertingpublic EnumConverting getDefault()
getDefault in interface EnumConvertingpublic EnumConverting convert(int from)
convert in interface EnumConvertingpublic EnumConverting[] getArray(int size)
getArray in interface EnumConvertingpublic static Participant.VoiceStatus get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||