Ozeki VoIP SDK Class library
DtmfEventWavePlayer Class
NamespacesOzeki.Media.MediaHandlersDtmfEventWavePlayer
Can play DTMF tones.
Declaration Syntax
C#Visual BasicVisual C++
public sealed class DtmfEventWavePlayer : TimerBasedMediaHandler
Public NotInheritable Class DtmfEventWavePlayer _
	Inherits TimerBasedMediaHandler
public ref class DtmfEventWavePlayer sealed : public TimerBasedMediaHandler
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
DtmfEventWavePlayer()()()()
Initalizes a new instance of the DtmfEventWavePlayer class.

DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)) (Overrides TimerBasedMediaHandler.DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)).)
DataSent
Event that occurs when the data is ready to send.
(Inherited from AudioHandler.)
Dispose(Boolean)
Disposes the object.
(Inherited from TimerBasedMediaHandler.)
Dispose()()()()
Disposes the object.
(Inherited from VoIPMediaHandler.)
Finalize()()()()
(Inherited from VoIPMediaHandler.)
MediaFormat
Gets the MediaFormat of the media handler.
(Inherited from AudioHandler.)
MediaFormatChanged
Occurs when the MediaFormat of the media handler has changed.
(Inherited from AudioHandler.)
PacketizationTime
Gets the time between the send events (in milliseconds).
(Inherited from TimerBasedMediaHandler.)
SendData(AudioData)
Sends media data to the connected media handlers.
(Inherited from AudioHandler.)
SetPacketizationTime(Int32)
Sets the time between tick events.
(Inherited from TimerBasedMediaHandler.)
Start(Int32)
Starts generating the specified DTMF tone.

Start(DtmfNamedEvents)
Starts generating the specified DTMF tone.

StartTimer()()()()
Starts the timer.
(Inherited from TimerBasedMediaHandler.)
Stop()()()()
Stops generating the DTMF tone.

StopTimer()()()()
Stops the timer.
(Inherited from TimerBasedMediaHandler.)
TimerTick(Object, EventArgs) (Overrides TimerBasedMediaHandler.TimerTick(Object, EventArgs).)
Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243