|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Participant.VIDEO_STATUS>
com.skype.api.Participant.VIDEO_STATUS
public static enum Participant.VIDEO_STATUS
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. |
|
| Method Summary | |
|---|---|
static Participant.VIDEO_STATUS |
fromString(java.lang.String s)
|
static Participant.VIDEO_STATUS |
get(int code)
|
int |
getId()
|
static Participant.VIDEO_STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Participant.VIDEO_STATUS[] |
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.VIDEO_STATUS VIDEO_UNKNOWN
public static final Participant.VIDEO_STATUS VIDEO_NA
public static final Participant.VIDEO_STATUS VIDEO_AVAILABLE
public static final Participant.VIDEO_STATUS VIDEO_CONNECTING
public static final Participant.VIDEO_STATUS STREAMING
public static final Participant.VIDEO_STATUS VIDEO_ON_HOLD
| Method Detail |
|---|
public static Participant.VIDEO_STATUS[] values()
for (Participant.VIDEO_STATUS c : Participant.VIDEO_STATUS.values()) System.out.println(c);
public static Participant.VIDEO_STATUS 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()
public static Participant.VIDEO_STATUS get(int code)
public static Participant.VIDEO_STATUS fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||