Share via


ToneController.MaxTone Property

Gets maximum tone that can be sent or received.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property MaxTone As Integer
    Get
'Usage
Dim instance As ToneController
Dim value As Integer

value = instance.MaxTone
public int MaxTone { get; }

Property Value

Type: System.Int32

Remarks

The maximum tone is Flash in the ToneId enumeration, and the value of this tone is 16.

See Also

Reference

ToneController Class

ToneController Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace