ToneControllerEventArgs.Volume Property
Gets the tone's volume as a percentage.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Volume As Single
Get
'Usage
Dim instance As ToneControllerEventArgs
Dim value As Single
value = instance.Volume
public float Volume { get; }
Property Value
Type: System.Single