AudioChangedEvent Class

AudioChangedEvent Class

Raised by:  TIM
Base Class:  TelephonyIOEvent 
Derived Classes:  None

AudioChangedEvent is raised by the telephony interface manager (TIM) software when the value of volume or rate changes during playback of an audio stream.

AudioChangedEvent has the following properties:

Property

Type

Description

Playback

Boolean

True if the event is an audio output event; false if it is an input event.

Volume

Float

A numeral indicating the factor by which the volume was modified. For example, a value of 2 indicates playback volume was doubled.

Rate

Float

A numeral indicating the factor by which the playback rate was modified. For example, a value of 2 indicates playback speed was doubled.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Event Filters | Filtering Logged Events