|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccAvManager
public class AccAvManager
IAccAvManager is used for creating an audio/video session with one or
many remote users. Currently this interface works only on Win32.
| Method Summary | |
|---|---|
AccAvSession |
createMultipartySession(java.lang.String reserved,
int flags)
Starts a centralized a/v multiparty session. Users can be added via Invite(). Flags are from AccAvFlags. |
AccAvSession |
createSession(java.lang.String userName,
AccAvFlags flags)
Starts an a/v session with the specified user. Flags are from AccAvFlags. |
java.lang.String[] |
getAvailableInputDevices()
The list of available audio input devices on the machine |
java.lang.String[] |
getAvailableOutputDevices()
The list of available audio output devices on the machine |
java.lang.String[] |
getAvailableVideoInputDevices()
The list of available video capture devices on the machine |
boolean |
getEchoCancellation()
Turns on/off echo cancellation for audio/video sessions |
java.lang.String |
getInputDevice()
Selects the audio input device |
boolean |
getInputMuted()
Mutes the audio input device |
int |
getInputVolume()
Volume of the audio input device, i.e. |
java.lang.String |
getLibraryName()
The current stack name for the audio/video software |
int |
getLibraryVersion()
The current stack version for the audio/video software |
int |
getMaxBitrate()
Maximum bandwidth that can be used for media, in bits per second |
java.lang.String |
getOutputDevice()
Selects the audio output device |
int |
getOutputVolume()
Volume of the audio output device, i.e. |
int |
getTemporalSpatialTradeOff()
Trades framerate for frame quality, range can be 0 - 100 |
java.lang.String |
getVideoInputDevice()
Selects the video capture device |
java.lang.String |
getWindowsAudioInputDevice()
Gets the audio input device chosen by the user in the control panel |
java.lang.String |
getWindowsAudioOutputDevice()
Gets the audio output device chosen by the user in the control panel |
java.lang.String |
getWindowsVoiceInputDevice()
Gets the voice input device chosen by the user in the control panel |
java.lang.String |
getWindowsVoiceOutputDevice()
Gets the voice output device chosen by the user in the control panel |
java.lang.String |
normalizePhoneNumber(java.lang.String inNumber)
Normalizes a phone number; e.g. |
void |
setEchoCancellation(boolean EchoCancellation)
Turns on/off echo cancellation for audio/video sessions |
void |
setInputDevice(java.lang.String InputDevice)
Selects the audio input device |
void |
setInputMuted(boolean InputMuted)
Mutes the audio input device |
void |
setInputVolume(int InputVolume)
Volume of the audio input device, i.e. |
void |
setMaxBitrate(int MaxBitrate)
Maximum bandwidth that can be used for media, in bits per second |
void |
setOutputDevice(java.lang.String OutputDevice)
Selects the audio output device |
void |
setOutputVolume(int OutputVolume)
Volume of the audio output device, i.e. |
void |
setTemporalSpatialTradeOff(int TemporalSpatialTradeOff)
Trades framerate for frame quality, range can be 0 - 100 |
void |
setVideoInputDevice(java.lang.String VideoInputDevice)
Selects the video capture device |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AccAvSession createSession(java.lang.String userName,
AccAvFlags flags)
throws AccException
AccException
public AccAvSession createMultipartySession(java.lang.String reserved,
int flags)
throws AccException
AccException
public java.lang.String normalizePhoneNumber(java.lang.String inNumber)
throws AccException
AccException
public boolean getInputMuted()
throws AccException
AccException
public void setInputMuted(boolean InputMuted)
throws AccException
AccException
public int getInputVolume()
throws AccException
AccException
public void setInputVolume(int InputVolume)
throws AccException
AccException
public int getOutputVolume()
throws AccException
AccException
public void setOutputVolume(int OutputVolume)
throws AccException
AccException
public java.lang.String getInputDevice()
throws AccException
AccException
public void setInputDevice(java.lang.String InputDevice)
throws AccException
AccException
public java.lang.String getOutputDevice()
throws AccException
AccException
public void setOutputDevice(java.lang.String OutputDevice)
throws AccException
AccException
public java.lang.String[] getAvailableInputDevices()
throws AccException
AccException
public java.lang.String[] getAvailableOutputDevices()
throws AccException
AccException
public int getTemporalSpatialTradeOff()
throws AccException
AccException
public void setTemporalSpatialTradeOff(int TemporalSpatialTradeOff)
throws AccException
AccException
public int getMaxBitrate()
throws AccException
AccException
public void setMaxBitrate(int MaxBitrate)
throws AccException
AccException
public boolean getEchoCancellation()
throws AccException
AccException
public void setEchoCancellation(boolean EchoCancellation)
throws AccException
AccException
public java.lang.String getLibraryName()
throws AccException
AccException
public int getLibraryVersion()
throws AccException
AccException
public java.lang.String getVideoInputDevice()
throws AccException
AccException
public void setVideoInputDevice(java.lang.String VideoInputDevice)
throws AccException
AccException
public java.lang.String[] getAvailableVideoInputDevices()
throws AccException
AccException
public java.lang.String getWindowsVoiceInputDevice()
throws AccException
AccException
public java.lang.String getWindowsVoiceOutputDevice()
throws AccException
AccException
public java.lang.String getWindowsAudioInputDevice()
throws AccException
AccException
public java.lang.String getWindowsAudioOutputDevice()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||