Ozeki VoIP SDK Class library
TimerBasedMediaHandler Class
NamespacesOzeki.Media.MediaHandlersTimerBasedMediaHandler
Base class for timer based media handlers. Contains a built-in timer that ticks periodically when the interval has elapsed.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class TimerBasedMediaHandler : AudioHandler
Public MustInherit Class TimerBasedMediaHandler _
	Inherits AudioHandler
public ref class TimerBasedMediaHandler abstract : public AudioHandler
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
TimerBasedMediaHandler()()()()
Initializes a new instance of the TimerBasedMediaHandler class.

TimerBasedMediaHandler(UInt32)
Initializes a new instance of the TimerBasedMediaHandler class.

DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>))
This will be called when media data received from a media handler.
(Overrides AudioHandler.DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>)).)
DataSent
Event that occurs when the data is ready to send.
(Inherited from AudioHandler.)
Dispose(Boolean)
Disposes the object.
(Overrides VoIPMediaHandler.Dispose(Boolean).)
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).

SendData(AudioData)
Sends media data to the connected media handlers.
(Inherited from AudioHandler.)
SetPacketizationTime(Int32)
Sets the time between tick events.

StartTimer()()()()
Starts the timer.

StopTimer()()()()
Stops the timer.

TimerTick(Object, EventArgs)
This will be called when the built-in timer ticks.

Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243