Click or drag to resize

TalkCreateAudioPlayer Method

Transmitter: Silence Receiver: Audio Player, File Recorder (file name)

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static Talk CreateAudioPlayer(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateAudioPlayer(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateAudioPlayer(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateAudioPlayer(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String)"]

file_name
Type: SystemString

[Missing <param name="file_name"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateAudioPlayer(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String)"]

Return Value

Type: Talk

[Missing <returns> documentation for "M:CallFlowFramework.Nodes.Talk.CreateAudioPlayer(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String)"]

See Also