Class CustomTone
Custom tone definition.
Inherited Members
Namespace: ivrToolkit.Core.Enums
Assembly: ivrToolkit.Core.dll
Syntax
public class CustomTone
Constructors
| Edit this page View SourceCustomTone(string)
Builds a custom tone based on the string definition passed in. example: '480,30,620,40,25,5,25,5,2'
Declaration
public CustomTone(string definition)
Parameters
| Type | Name | Description |
|---|---|---|
| string | definition | The definition of the tone to split up. Example: '480,30,620,40,25,5,25,5,2' |
Fields
| Edit this page View SourceFreq1
First frequency value
Declaration
public int Freq1
Field Value
| Type | Description |
|---|---|
| int |
Freq2
Second frequency value.
Declaration
public int Freq2
Field Value
| Type | Description |
|---|---|
| int |
Frq1Dev
First frequency deviation value.
Declaration
public int Frq1Dev
Field Value
| Type | Description |
|---|---|
| int |
Frq2Dev
Second frequency deviation value.
Declaration
public int Frq2Dev
Field Value
| Type | Description |
|---|---|
| int |
Mode
Leading or Trailing tone detection.
Declaration
public ToneDetection Mode
Field Value
| Type | Description |
|---|---|
| ToneDetection |
Offtdev
Cadence off time deviation value.
Declaration
public int Offtdev
Field Value
| Type | Description |
|---|---|
| int |
Offtime
Cadence off time value.
Declaration
public int Offtime
Field Value
| Type | Description |
|---|---|
| int |
Ontdev
Cadence on time deviation value.
Declaration
public int Ontdev
Field Value
| Type | Description |
|---|---|
| int |
Ontime
Cadence on time value.
Declaration
public int Ontime
Field Value
| Type | Description |
|---|---|
| int |
Repcnt
Repeat count.
Declaration
public int Repcnt
Field Value
| Type | Description |
|---|---|
| int |
Tid
The tone Id.
Declaration
public int Tid
Field Value
| Type | Description |
|---|---|
| int |
ToneType
The type of tone.
Declaration
public CustomToneType ToneType
Field Value
| Type | Description |
|---|---|
| CustomToneType |