Click or drag to resize

VoiceRecorderSettings Constructor

Initializes a new instance of the VoiceRecorderSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public VoiceRecorderSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name,
	bool measure_first_packet_time,
	bool skip_dtmf,
	bool skip_silence
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

file_name
Type: SystemString

[Missing <param name="file_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

measure_first_packet_time
Type: SystemBoolean

[Missing <param name="measure_first_packet_time"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

skip_dtmf
Type: SystemBoolean

[Missing <param name="skip_dtmf"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

skip_silence
Type: SystemBoolean

[Missing <param name="skip_silence"/> documentation for "M:CallFlowFramework.Nodes.Settings.VoiceRecorderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

See Also