|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccAvSessionProp>
com.aol.acc.AccAvSessionProp
public enum AccAvSessionProp
IAccAvSession is used for controlling audio/video calls. Currently this interface
works only on Win32.
| Enum Constant Summary | |
|---|---|
LocalVideoMode
How your own video is displayed to you (or not) |
|
NetworkQuality
The "quality" of the AV session, based on latency/packet loss, range is 0-100 |
|
PromoteCentralized
Whether Invite() should cause a move to a centralized conference or not |
|
SessionType
The type of AV session |
|
SessionTypeProposed
The type of AV session that the invitee is proposing to transition to |
|
UNKNOWNVALUE
|
|
Video
Checks if the AV session is a video session |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccAvSessionProp |
intToEnum(int value)
|
AccAvSessionProp |
or(AccAvSessionProp val)
|
int |
value()
|
static AccAvSessionProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccAvSessionProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 AccAvSessionProp UNKNOWNVALUE
public static final AccAvSessionProp Video
public static final AccAvSessionProp NetworkQuality
public static final AccAvSessionProp SessionType
public static final AccAvSessionProp SessionTypeProposed
public static final AccAvSessionProp PromoteCentralized
public static final AccAvSessionProp LocalVideoMode
| Method Detail |
|---|
public static final AccAvSessionProp[] values()
for(AccAvSessionProp c : AccAvSessionProp.values())
System.out.println(c);
public static AccAvSessionProp 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 namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccAvSessionProp or(AccAvSessionProp val)
public static AccAvSessionProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||