ToneController Members
Class is responsible for handling telephony tone communication between session and application.
The ToneController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ToneController | ToneController constructor. |
Top
Properties
Name | Description | |
---|---|---|
AudioVideoFlow | ||
MaxTone | Gets maximum tone allowed to send and receive. | |
MinTone | Gets minimum tone allowed to send and receive. |
Top
Methods
Name | Description | |
---|---|---|
AttachFlow | Attach an AudioVideoFlow. | |
DetachFlow | Detach an AudioVideoFlow. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Send(Int32) | Send a tone with a default volume and a specified duration. | |
Send(ToneId) | Send a tone with a default volume and a specified duration. | |
Send(Int32, Single) | Send a tone with a specified volume and duration. | |
Send(ToneId, Single) | Send a tone with a specified volume and duration. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
IncomingFaxDetected | ||
ToneReceived | Event is raised every time ToneController receives a tone. |
Top