STAudioRecordParams Struct Reference
| Declared in | STMediaParams_doc.h |
Tasks
-
saveAudioParamspropertyThe interface containing the save audio parameters.
-
recordPlayPromptParamspropertyThe interface containing the params that control audio playback which may be executing during audio recording.
-
notificationMspropertyThe bookmark timestamp in milliseconds when client will be notified when audio recording at that timestamp is reached. Default: 0 reflects no bookmark is set.
-
audioRecordControlParamspropertyThe interface containing the parameters which control and stop audio recording as defined in STAudioRecordControlParams. Default: nil.
-
vadParamspropertyThe interface containing the parameters which control the voice activity detector per audio recording requirements. Default: nil.
Properties
audioRecordControlParams
var audioRecordControlParams: STAudioRecordControlParams?
Discussion
The interface containing the parameters which control and stop audio recording as defined in STAudioRecordControlParams. Default: nil.
Declared In
STMediaParams_doc.h
notificationMs
var notificationMs: Int32 = 0
Discussion
The bookmark timestamp in milliseconds when client will be notified when audio recording at that timestamp is reached. Default: 0 reflects no bookmark is set.
Declared In
STMediaParams_doc.h
recordPlayPromptParams
recordPlayPromptParams:STRecordPlayPromptParams = STRecordPlayPromptParams()
Discussion
The interface containing the params that control audio playback which may be executing during audio recording.
Declared In
STMediaParams_doc.h
saveAudioParams
var saveAudioParams:STSaveAudioParams = STSaveAudioParams()
Discussion
The interface containing the save audio parameters.
Declared In
STMediaParams_doc.h
vadParams
var vadParams: STVADParams?
Discussion
The interface containing the parameters which control the voice activity detector per audio recording requirements. Default: nil.
Declared In
STMediaParams_doc.h