|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Participant.VideoStatus>
com.skype.api.Participant.VideoStatus
public static enum Participant.VideoStatus
Recognized values for the P_VIDEO_STATUS property. This property applies to Participant's video send capability, not capability to receive video.
| Enum Constant Summary | |
|---|---|
STREAMING
Indicates that the participant is currently sending video. |
|
VIDEO_AVAILABLE
Indicates that video is available for this participant. |
|
VIDEO_CONNECTING
Transitional state indicating that the Participant is attempting to initiate video send. |
|
VIDEO_NA
Indicates that this Participant does not have video available.. |
|
VIDEO_ON_HOLD
Indicates that the participant video send is currently paused. |
|
VIDEO_UNKNOWN
Video status is not (yet) determined. |
|
| Field Summary | |
|---|---|
static int |
STREAMING_VALUE
|
static int |
VIDEO_AVAILABLE_VALUE
|
static int |
VIDEO_CONNECTING_VALUE
|
static int |
VIDEO_NA_VALUE
|
static int |
VIDEO_ON_HOLD_VALUE
|
static int |
VIDEO_UNKNOWN_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static Participant.VideoStatus |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static Participant.VideoStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Participant.VideoStatus[] |
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.VideoStatus VIDEO_UNKNOWN
public static final Participant.VideoStatus VIDEO_NA
public static final Participant.VideoStatus VIDEO_AVAILABLE
public static final Participant.VideoStatus VIDEO_CONNECTING
public static final Participant.VideoStatus STREAMING
public static final Participant.VideoStatus VIDEO_ON_HOLD
| Field Detail |
|---|
public static final int VIDEO_UNKNOWN_VALUE
public static final int VIDEO_NA_VALUE
public static final int VIDEO_AVAILABLE_VALUE
public static final int VIDEO_CONNECTING_VALUE
public static final int STREAMING_VALUE
public static final int VIDEO_ON_HOLD_VALUE
| Method Detail |
|---|
public static Participant.VideoStatus[] values()
for (Participant.VideoStatus c : Participant.VideoStatus.values()) System.out.println(c);
public static Participant.VideoStatus 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.VideoStatus get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||