Click or drag to resize

PhoneCallStateWavePlayer Constructor (ICall, WaveFormat, DictionaryCallState, Stream, DictionaryCallState, Stream)

Initializes a new instance of the PhoneCallStateWavePlayer class and attaches to a call object.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public PhoneCallStateWavePlayer(
	ICall call,
	WaveFormat waveFormat,
	Dictionary<CallState, Stream> outgoingCallStateMap,
	Dictionary<CallState, Stream> incomingCallStateMap
)

Parameters

call
Type: Ozeki.VoIPICall
The given call object.
waveFormat
Type: WaveFormat
The initial arbitrary media format.
outgoingCallStateMap
Type: System.Collections.GenericDictionaryCallState, Stream
Wave streams for states of outgoing call.
incomingCallStateMap
Type: System.Collections.GenericDictionaryCallState, Stream
Wave streams for states of incoming call.
See Also