public class ResourcesConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DTMF_DETECTOR_COUNT |
static int |
DTMF_DETECTOR_DBI |
static int |
DTMF_GENERATOR_COUNT |
static int |
DTMF_GENERATOR_TONE_DURATION |
static int |
DTMF_GENERATOR_TONE_VOLUME |
static int |
LOCAL_CONNECTION_COUNT |
static int |
PLAYER_COUNT |
static int |
RECORDER_COUNT |
static int |
REMOTE_CONNECTION_COUNT |
static int |
SIGNAL_DETECTOR_COUNT |
static int |
SIGNAL_GENERATOR_COUNT |
| Constructor and Description |
|---|
ResourcesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDtmfDetectorCount() |
int |
getDtmfDetectorDbi() |
int |
getDtmfGeneratorCount() |
int |
getDtmfGeneratorToneDuration() |
int |
getDtmfGeneratorToneVolume() |
int |
getLocalConnectionCount() |
int |
getPlayerCount() |
int |
getRecorderCount() |
int |
getRemoteConnectionCount() |
int |
getSignalDetectorCount() |
int |
getSignalGeneratorCount() |
void |
setDtmfDetectorCount(int dtmfDetectorCount) |
void |
setDtmfDetectorDbi(int dtmfDetectorDbi) |
void |
setDtmfGeneratorCount(int dtmfGeneratorCount) |
void |
setDtmfGeneratorToneDuration(int dtmfGeneratorToneDuration) |
void |
setDtmfGeneratorToneVolume(int dtmfGeneratorToneVolume) |
void |
setLocalConnectionCount(int localConnectionCount) |
void |
setPlayerCount(int playerCount) |
void |
setRecorderCount(int recorderCount) |
void |
setRemoteConnectionCount(int remoteConnectionCount) |
void |
setSignalDetectorCount(int signalDetectorCount) |
void |
setSignalGeneratorCount(int signalGeneratorCount) |
public static final int LOCAL_CONNECTION_COUNT
public static final int REMOTE_CONNECTION_COUNT
public static final int PLAYER_COUNT
public static final int RECORDER_COUNT
public static final int DTMF_DETECTOR_COUNT
public static final int DTMF_DETECTOR_DBI
public static final int DTMF_GENERATOR_COUNT
public static final int DTMF_GENERATOR_TONE_VOLUME
public static final int DTMF_GENERATOR_TONE_DURATION
public static final int SIGNAL_DETECTOR_COUNT
public static final int SIGNAL_GENERATOR_COUNT
public int getLocalConnectionCount()
public void setLocalConnectionCount(int localConnectionCount)
public int getRemoteConnectionCount()
public void setRemoteConnectionCount(int remoteConnectionCount)
public int getPlayerCount()
public void setPlayerCount(int playerCount)
public int getRecorderCount()
public void setRecorderCount(int recorderCount)
public int getDtmfDetectorCount()
public void setDtmfDetectorCount(int dtmfDetectorCount)
public int getDtmfDetectorDbi()
public void setDtmfDetectorDbi(int dtmfDetectorDbi)
public int getDtmfGeneratorCount()
public void setDtmfGeneratorCount(int dtmfGeneratorCount)
public int getDtmfGeneratorToneVolume()
public void setDtmfGeneratorToneVolume(int dtmfGeneratorToneVolume)
public int getDtmfGeneratorToneDuration()
public void setDtmfGeneratorToneDuration(int dtmfGeneratorToneDuration)
public int getSignalDetectorCount()
public void setSignalDetectorCount(int signalDetectorCount)
public int getSignalGeneratorCount()
public void setSignalGeneratorCount(int signalGeneratorCount)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.