AudioSignalProblemOccurredEventArgs..::..AudioLevel Property |
AudioSignalProblemOccurredEventArgs Class See Also Send Feedback |
Gets the audio level associated with the event.
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 AudioSignalProblemOccurredEventArgs Dim value As Integer value = instance.AudioLevel |
C# |
---|
public int AudioLevel { get; } |
Property Value
Type: System..::..Int32The level of audio input when the AudioSignalProblemOccurred event was raised.