







|
| Browser..::..CallProxy..::..ProxyRecorderState Enumeration |
| Browser..::..CallProxy Class See Also Send Feedback |
Represents the state of the recorder.
Namespace:
Microsoft.Speech.VoiceXml
Assembly:
Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
| C# |
|---|
protected enum ProxyRecorderState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Started | 0 |
The recorder is recording.
| |
| Stopped | 1 |
The recorder is stopped.
| |
| Paused | 2 |
The recorder is paused.
|
