Click or drag to resize

AudioPlayerSettings Constructor

Initializes a new instance of the AudioPlayerSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public AudioPlayerSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	bool out_of_band,
	TimeSpan dtmf_digit_duration,
	TimeSpan dtmf_pause_duration
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name_to_record
Type: SystemString

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

out_of_band
Type: SystemBoolean

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

dtmf_digit_duration
Type: SystemTimeSpan

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

dtmf_pause_duration
Type: SystemTimeSpan

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

See Also