TelephonyIOEvent Class

TelephonyIOEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  TIMEvent
Derived Classes:  AudioStartedEvent, AudioStartDetectedEvent, AudioEndDetectedEvent, AudioChangedEvent, AudioPausedEvent, AudioResumedEvent, AudioStoppedEvent, AudioDoneEvent 

The abstract TelephonyIOEvent class defines an event type for the telephony interface manager (TIM) software to use when logging audio recording and playback events.

TelephonyIOEvent implements the following properties:

Property

Type

Description

Playback

Boolean

True if the event is a playback event; false if it is a recording event.

Remarks

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Abstract Events