ITMediaSupport interface (tapi3if.h)

The ITMediaSupport interface provides methods that allow an application to discover the media support capabilities for an Address Object that exposes this interface. A pointer to this interface can be obtained by calling QueryInterface using any address interface pointer, such as ITAddress.

Inheritance

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

Methods

The ITMediaSupport interface has these methods.

 
ITMediaSupport::get_MediaTypes

The get_MediaTypes method gets the media type or types supported on the current address.
ITMediaSupport::QueryMediaType

The QueryMediaType method indicates whether the service provider associated with the current address supports the media type or types indicated by lMediaType.

Requirements

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

See also

Address Object

IDispatch

ITAddress

ITTerminal

ITTerminalSupport