Click or drag to resize

OutputWaveDevice Constructor

Initializes a new instance of the OutputWaveDevice class

Namespace:  CallFlowFramework.Media
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public OutputWaveDevice(
	string name,
	int num
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:CallFlowFramework.Media.OutputWaveDevice.#ctor(System.String,System.Int32)"]

num
Type: SystemInt32

[Missing <param name="num"/> documentation for "M:CallFlowFramework.Media.OutputWaveDevice.#ctor(System.String,System.Int32)"]

See Also