|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Video.PROPERTY>
com.skype.api.Video.PROPERTY
public static enum Video.PROPERTY
Properties of the Video class
| Enum Constant Summary | |
|---|---|
convo_id
conference id to be able to identify remote/local video in the same call, type: Conversation |
|
debuginfo
space-separated string of tokens, type: String |
|
device_path
device path used by video object, type: String |
|
dimensions
This property does not currently work, always containing an empty string. |
|
error
'errorcode errortext' , type: String |
|
media_type
Indicates whether the video object is streaming webcam video or screensharing session, values: MEDIA_SCREENSHARING, MEDIA_VIDEO , type: MEDIATYPE |
|
status
Video.STATUS, type: STATUS |
|
| Method Summary | |
|---|---|
static Video.PROPERTY |
fromString(java.lang.String s)
|
static Video.PROPERTY |
get(int code)
|
int |
getId()
|
static Video.PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Video.PROPERTY[] |
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 Video.PROPERTY status
public static final Video.PROPERTY error
public static final Video.PROPERTY debuginfo
public static final Video.PROPERTY dimensions
public static final Video.PROPERTY media_type
public static final Video.PROPERTY convo_id
public static final Video.PROPERTY device_path
| Method Detail |
|---|
public static Video.PROPERTY[] values()
for (Video.PROPERTY c : Video.PROPERTY.values()) System.out.println(c);
public static Video.PROPERTY 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 Video.PROPERTY get(int code)
public static Video.PROPERTY fromString(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||