|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccAvManagerProp>
com.aol.acc.AccAvManagerProp
public enum AccAvManagerProp
IAccAvManager is used for creating an audio/video session with one or
many remote users. Currently this interface works only on Win32.
| Enum Constant Summary | |
|---|---|
AvailableInputDevices
The list of available audio input devices on the machine |
|
AvailableOutputDevices
The list of available audio output devices on the machine |
|
AvailableVideoInputDevices
The list of available video capture devices on the machine |
|
EchoCancellation
Turns on/off echo cancellation for audio/video sessions |
|
InputDevice
Selects the audio input device |
|
InputMuted
Mutes the audio input device |
|
InputVolume
Volume of the audio input device, i.e. |
|
LibraryName
The current stack name for the audio/video software |
|
LibraryVersion
The current stack version for the audio/video software |
|
MaxBitrate
Maximum bandwidth that can be used for media, in bits per second |
|
OutputDevice
Selects the audio output device |
|
OutputVolume
Volume of the audio output device, i.e. |
|
TemporalSpatialTradeOff
Trades framerate for frame quality, range can be 0 - 100 |
|
UNKNOWNVALUE
|
|
VideoInputDevice
Selects the video capture device |
|
WindowsAudioInputDevice
Gets the audio input device chosen by the user in the control panel |
|
WindowsAudioOutputDevice
Gets the audio output device chosen by the user in the control panel |
|
WindowsVoiceInputDevice
Gets the voice input device chosen by the user in the control panel |
|
WindowsVoiceOutputDevice
Gets the voice output device chosen by the user in the control panel |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccAvManagerProp |
intToEnum(int value)
|
AccAvManagerProp |
or(AccAvManagerProp val)
|
int |
value()
|
static AccAvManagerProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccAvManagerProp[] |
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 AccAvManagerProp UNKNOWNVALUE
public static final AccAvManagerProp InputMuted
public static final AccAvManagerProp InputVolume
public static final AccAvManagerProp OutputVolume
public static final AccAvManagerProp InputDevice
public static final AccAvManagerProp OutputDevice
public static final AccAvManagerProp AvailableInputDevices
public static final AccAvManagerProp AvailableOutputDevices
public static final AccAvManagerProp TemporalSpatialTradeOff
public static final AccAvManagerProp MaxBitrate
public static final AccAvManagerProp EchoCancellation
public static final AccAvManagerProp LibraryName
public static final AccAvManagerProp LibraryVersion
public static final AccAvManagerProp VideoInputDevice
public static final AccAvManagerProp AvailableVideoInputDevices
public static final AccAvManagerProp WindowsVoiceInputDevice
public static final AccAvManagerProp WindowsVoiceOutputDevice
public static final AccAvManagerProp WindowsAudioInputDevice
public static final AccAvManagerProp WindowsAudioOutputDevice
| Method Detail |
|---|
public static final AccAvManagerProp[] values()
for(AccAvManagerProp c : AccAvManagerProp.values())
System.out.println(c);
public static AccAvManagerProp 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 AccAvManagerProp or(AccAvManagerProp val)
public static AccAvManagerProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||