StartRecording Method

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

Begins recording audio input from the call.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
protected abstract void StartRecording(
	string recordedFilePath,
	EncodingFormat audioEncoding
)

Parameters

recordedFilePath
Type: System..::..String
The name and path of the file to which audio will be recorded.
audioEncoding
Type: Microsoft.Speech.AudioFormat..::..EncodingFormat
The Codec to use for recording.

See Also