Click or drag to resize

TimerBasedMediaHandler Class

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.5.1
Syntax
public abstract class TimerBasedMediaHandler : AudioSender

The TimerBasedMediaHandler type exposes the following members.

Constructors
 NameDescription
Protected methodTimerBasedMediaHandlerInitializes 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 
Protected propertySync 
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the TimerBasedMediaHandler and optionally releases the managed resources
(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 
Protected methodstopTimer 
Protected methodTimerTick 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Top
See Also