Click or drag to resize
ContactIdHandler Class
Inheritance Hierarchy

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

The ContactIdHandler type exposes the following members.

Constructors
  NameDescription
Public methodContactIdHandler
Initializes a new instance of the ContactIdHandler class
Top
Methods
  NameDescription
Public methodDispose
Disposes the object.
(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 AudioSenderGetAudioFormat.)
Public methodOnDataReceived
Protected methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.)
Protected methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.)
Public methodSenderConnected
Public methodSenderDisconnected
Protected methodSendMediaData (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodSendNotification(Int32, ContactIdEventQualifier, Int32, Int32, Int32) Obsolete.
Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Public methodSendNotification(String, ContactIdEventQualifier, String, String, String)
Send the Contact ID message. When this method is called, the contactIdHandler will start for sending mode.
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
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
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
Events
  NameDescription
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 AbstractMediaSenderTData, TFormat.)
Public eventReceivedNotification
A Contact ID alarm is received.
Public eventReceiveFormatsChanged
Top
See Also