Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.CallProxy.StartRecording Method
Begins recording audio input from the call.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Protected MustOverride Sub StartRecording ( _
recordedFilePath As String, _
audioEncoding As EncodingFormat _
)
'Usage
Dim recordedFilePath As String
Dim audioEncoding As EncodingFormat
Me.StartRecording(recordedFilePath, _
audioEncoding)
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.