AudioLevelUpdatedEventArgs..::..AudioLevel Property |
AudioLevelUpdatedEventArgs Class See Also Send Feedback |
Gets the new level of audio input after the SpeechRecognitionEngine..::..AudioLevelUpdated event is raised.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property AudioLevel As Integer Get |
Visual Basic (Usage) |
---|
Dim instance As AudioLevelUpdatedEventArgs Dim value As Integer value = instance.AudioLevel |
C# |
---|
public int AudioLevel { get; } |