Click or drag to resize
PhoneCallStateWavePlayer Constructor (WaveFormat, DictionaryCallState, Stream, DictionaryCallState, Stream)
Initializes a new instance of the PhoneCallStateWavePlayer class.

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

Parameters

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