Browser.CallProxy.ProxyRecorderState Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameValueDescription
Started0
The recorder is recording.
Stopped1
The recorder is stopped.
Paused2
The recorder is paused.

See Also