ITQOSEvent interface (tapi3if.h)
The ITQOSEvent interface contains methods that retrieve the description of quality of service (QOS) events. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_QOSEVENT, the method's pEvent parameter is an IDispatch pointer for the ITQOSEvent interface. The methods of this interface can be used to retrieve information concerning a QOS event that has occurred.
Note You must call the
ITTAPI::put_EventFilter method and set an event filter mask that includes the TE_QOSEVENT to enable reception of QOS events. If you do not call ITTAPI::put_EventFilter, your application will not receive any events. For more information, see the
Events overview.
Inheritance
The ITQOSEvent interface inherits from the IDispatch interface. ITQOSEvent also has these types of members:
Methods
The ITQOSEvent interface has these methods.
ITQOSEvent::get_Call The get_Call method gets a pointer to the ITCallInfo interface for the call on which the QOS event occurred. |
ITQOSEvent::get_Event The get_Event method gets the QOS_EVENT indicator. |
ITQOSEvent::get_MediaType The get_MediaType method gets the media type indicator. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |