Click or drag to resize

WavePlayer Constructor (WaveBuffer, IDispatcher)

Initializes a new instance of the WavePlayer class

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

Parameters

wave_buffer
Type: CallFlowFramework.MediaWaveBuffer

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

dispatcher
Type: IDispatcher

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

See Also