Click or drag to resize

ContactIdHandler Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderAudioData, AudioFormat
      AudioSender
        Ozeki.MediaTimerBasedMediaHandler
          Ozeki.VoIPContactIdHandler

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class ContactIdHandler : TimerBasedMediaHandler, 
	IDisposable, IMediaReceiver<AudioData, AudioFormat>, IAudioReceiver

The ContactIdHandler type exposes the following members.

Constructors
 NameDescription
Public methodContactIdHandlerInitializes a new instance of the ContactIdHandler class
Top
Properties
 NameDescription
Public propertyConverterType 
Public propertyID
(Inherited from DisposableClass)
Protected propertyPacketizationTime
(Inherited from TimerBasedMediaHandler)
Public propertyReceiveFormats 
Protected propertySync
(Inherited from TimerBasedMediaHandler)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the ContactIdHandler and optionally releases the managed resources
(Overrides TimerBasedMediaHandlerDispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetAudioFormat
(Overrides AudioSender.GetAudioFormat)
Public methodOnDataReceived 
Protected methodReceiverConnected
(Inherited from AudioSender)
Protected methodReceiverDisconnected
(Inherited from AudioSender)
Public methodSenderConnected 
Public methodSenderDisconnected 
Protected methodSendMediaData
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodSendNotification(ContactIdAlarm) 
Public methodSendNotification(Int32, ContactIdEventQualifier, Int32, Int32, Int32)Obsolete
Public methodSendNotification(String, ContactIdEventQualifier, String, String, String, ContactIdMessageType) 
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodStart 
Protected methodstartTimer
(Inherited from TimerBasedMediaHandler)
Public methodStop 
Protected methodstopTimer
(Inherited from TimerBasedMediaHandler)
Protected methodTimerTick
(Overrides TimerBasedMediaHandlerTimerTick(UInt32))
Top
Events
 NameDescription
Public eventContactIdSendCompleted 
Public eventContactIdSendFailed 
Public eventContactIdSendSuccessful 
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public eventReceivedNotification 
Public eventReceiveFormatsChanged 
Top
See Also