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: 1.8.12.0 (1.8.12)
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: Ozeki.MediaWaveFormat
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