Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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) |