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.4.13.0
Syntax
public class ContactIdHandler : TimerBasedMediaHandler, 
	IAudioReceiver, IMediaReceiver<AudioData, AudioFormat>

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 Gets the time between the send events (in milliseconds).
(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) Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Public methodSendNotification(Int32, ContactIdEventQualifier, Int32, Int32, Int32) Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Public methodSendNotification(String, ContactIdEventQualifier, String, String, String, ContactIdMessageType) Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public methodStart Starts sending or receiving Contact ID message.
Protected methodstartTimer Starts the timer.
(Inherited from TimerBasedMediaHandler)
Public methodStop Stops the Contact ID seding or receiving.
Protected methodstopTimer Stops the timer.
(Inherited from TimerBasedMediaHandler)
Protected methodTimerTick
(Overrides TimerBasedMediaHandlerTimerTick(UInt32))
Top
Events
 NameDescription
Public eventContactIdSendCompleted 
Public eventContactIdSendFailed The sending of the alarm (that is, the contact ID) is failed. For instance, the kissoff signal is not received.
Public eventContactIdSendSuccessful The sending of the alarm has been successful.
Public eventMediaDataSent
(Inherited from AbstractMediaSenderAudioData, AudioFormat)
Public eventReceivedNotification A Contact ID alarm is received.
Public eventReceiveFormatsChanged 
Top
See Also