public class ResourcesConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DTMF_DETECTOR_DBI |
static int |
DTMF_DETECTOR_TONE_DURATION |
static int |
DTMF_DETECTOR_TONE_INTERVAL |
static int |
DTMF_GENERATOR_TONE_DURATION |
static int |
DTMF_GENERATOR_TONE_VOLUME |
static boolean |
PLAYER_CACHE_ENABLED |
static int |
PLAYER_CACHE_SIZE |
| Constructor and Description |
|---|
ResourcesConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDtmfDetectorDbi() |
int |
getDtmfDetectorToneDuration() |
int |
getDtmfDetectorToneInterval() |
int |
getDtmfGeneratorToneDuration() |
int |
getDtmfGeneratorToneVolume() |
boolean |
getPlayerCacheEnabled() |
int |
getPlayerCacheSize() |
void |
setDtmfDetectorDbi(int dtmfDetectorDbi) |
void |
setDtmfDetectorToneDuration(int dtmfDetectorToneDuration) |
void |
setDtmfDetectorToneInterval(int dtmfDetectorToneInterval) |
void |
setDtmfGeneratorToneDuration(int dtmfGeneratorToneDuration) |
void |
setDtmfGeneratorToneVolume(int dtmfGeneratorToneVolume) |
void |
setPlayerCache(boolean playerCacheEnabled,
int playerCacheSize) |
public static final int DTMF_DETECTOR_DBI
public static final int DTMF_DETECTOR_TONE_DURATION
public static final int DTMF_DETECTOR_TONE_INTERVAL
public static final int DTMF_GENERATOR_TONE_VOLUME
public static final int DTMF_GENERATOR_TONE_DURATION
public static final int PLAYER_CACHE_SIZE
public static final boolean PLAYER_CACHE_ENABLED
public int getDtmfDetectorDbi()
public void setDtmfDetectorDbi(int dtmfDetectorDbi)
public int getDtmfDetectorToneDuration()
public void setDtmfDetectorToneDuration(int dtmfDetectorToneDuration)
public int getDtmfDetectorToneInterval()
public void setDtmfDetectorToneInterval(int dtmfDetectorToneInterval)
public int getDtmfGeneratorToneVolume()
public void setDtmfGeneratorToneVolume(int dtmfGeneratorToneVolume)
public int getDtmfGeneratorToneDuration()
public void setDtmfGeneratorToneDuration(int dtmfGeneratorToneDuration)
public void setPlayerCache(boolean playerCacheEnabled,
int playerCacheSize)
public int getPlayerCacheSize()
public boolean getPlayerCacheEnabled()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.