ITStaticAudioTerminal interface (tapi3if.h)

The ITStaticAudioTerminal interface is an interface that TAPI 3.1 MSPs must expose on all static audio terminals. The interface defines methods on static audio terminal objects that are needed to support phone devices.

If an MSP's audio terminals are for devices that are not accessible via standard audio APIs, then a QueryInterface on ITTerminal(IID_ITStaticAudioTerminal) should return E_NOINTERFACE, and it will be impossible to associate a USB phone with any of these audio terminals in TAPI 3.1.

Inheritance

The ITStaticAudioTerminal interface inherits from the IDispatch interface. ITStaticAudioTerminal also has these types of members:

Methods

The ITStaticAudioTerminal interface has these methods.

 
ITStaticAudioTerminal::get_WaveId

The get_WaveId method returns the wave ID for the audio device used to implement this terminal.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)