|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AudioDirection | |
|---|---|
| com.telapi.api | |
| com.telapi.api.domain.enums | |
| com.telapi.api.restproxies | |
| Uses of AudioDirection in com.telapi.api |
|---|
| Methods in com.telapi.api with parameters of type AudioDirection | |
|---|---|
Call |
TelapiConnector.voiceEffects(String callSid,
AudioDirection audioDirection,
Double pitch,
Long pitchSemiTones,
Long pitchOctaves,
Double rate)
With TelAPI you can modify the way a callers voice sounds by changing things such as speed and pitch of the audio. |
Call |
TelapiConnector.voiceEffects(String accountSid,
String callSid,
AudioDirection audioDirection,
Double pitch,
Long pitchSemiTones,
Long pitchOctaves,
Double rate)
|
| Uses of AudioDirection in com.telapi.api.domain.enums |
|---|
| Methods in com.telapi.api.domain.enums that return AudioDirection | |
|---|---|
static AudioDirection |
AudioDirection.forValue(String s)
|
static AudioDirection |
AudioDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AudioDirection[] |
AudioDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of AudioDirection in com.telapi.api.restproxies |
|---|
| Methods in com.telapi.api.restproxies with parameters of type AudioDirection | |
|---|---|
org.jboss.resteasy.client.ClientResponse<Call> |
CallProxy.voiceEffects(String accountSid,
String callSid,
AudioDirection audioDirection,
Double pitch,
Long pitchSemiTones,
Long pitchOctaves,
Double rate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||