Click or drag to resize

TimerBasedMediaHandler Class

Base class for timer based media handlers. Contains a built-in timer that ticks periodically when the interval has elapsed.
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaTimerBasedMediaHandler
          Ozeki.MediaFrequencyToneGenerator
          Ozeki.MediaStereoMixer
          Ozeki.VoIPContactIdHandler
          Ozeki.VoIPDtmfEventWavePlayer

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public abstract class TimerBasedMediaHandler : AudioSender

The TimerBasedMediaHandler type exposes the following members.

Constructors
  NameDescription
Protected methodTimerBasedMediaHandler
Initializes a new instance of the TimerBasedMediaHandler class.
Protected methodTimerBasedMediaHandler(UInt32)
Initializes a new instance of the TimerBasedMediaHandler class.
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Protected propertyPacketizationTime
Gets the time between the send events (in milliseconds).
Protected propertySync
Top
Methods
  NameDescription
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).)
Protected methodFinalize (Inherited from DisposableClass.)
Public methodGetAudioFormat (Inherited from AudioSender.)
Protected methodReceiverConnected (Inherited from AudioSender.)
Protected methodReceiverDisconnected (Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Protected methodstartTimer
Starts the timer.
Protected methodstopTimer
Stops the timer.
Protected methodTimerTick
This will be called when the built-in timer ticks.
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from AbstractMediaSenderAudioData, AudioFormat.)
Top
See Also