Click or drag to resize

WaveCapture Constructor (WaveBuffer, IDispatcher)

Initializes a new instance of the WaveCapture class

Namespace:  CallFlowFramework.Media
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public WaveCapture(
	WaveBuffer wave_buffer,
	IDispatcher dispatcher
)

Parameters

wave_buffer
Type: CallFlowFramework.MediaWaveBuffer

[Missing <param name="wave_buffer"/> documentation for "M:CallFlowFramework.Media.WaveCapture.#ctor(CallFlowFramework.Media.WaveBuffer,BuildingBlocksForThreadedDesigns.IDispatcher)"]

dispatcher
Type: IDispatcher

[Missing <param name="dispatcher"/> documentation for "M:CallFlowFramework.Media.WaveCapture.#ctor(CallFlowFramework.Media.WaveBuffer,BuildingBlocksForThreadedDesigns.IDispatcher)"]

See Also