ToneController Members
Include Protected Members
Include Inherited Members
The ToneController class handles telephony tone communication between an AudioVideoFlow instance and a remote application.
The ToneController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ToneController | Creates a new instance of the ToneController class. |
Top
Properties
Name | Description | |
---|---|---|
AudioVideoFlow | Gets the attached AudioVideoFlow instance. | |
MaxTone | Gets maximum tone that can be sent or received. | |
MinTone | Gets the minimum tone that can be sent or received. |
Top
Methods
Name | Description | |
---|---|---|
AttachFlow | Attaches an AudioVideoFlow instance. | |
DetachFlow | Detaches the AudioVideoFlow instance. | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
Send(Int32) | Sends the specified tone at 50% volume. | |
Send(ToneId) | Sends the specified tone at 50% volume. | |
Send(Int32, Single) | Sends the specified tone at the specified volume. | |
Send(ToneId, Single) | Sends the specified tone at the specified volume. | |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
IncomingFaxDetected | Raised when a fax tone is detected. | |
ToneReceived | Raised when a ToneController receives a tone. |
Top