ITMedia interface

[ Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The ITMedia interface is a representation of media in a Session Descriptor Protocol (SDP, see RFC 2327). This interface exports methods to get and set basic media properties, such as type. The ITMediaCollection::get_Item and ITMediaCollection::Create methods create the ITMedia interface.

Members

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

Methods

The ITMedia interface has these methods.

Method Description
get_FormatCodes Gets the list of media payload format codes.
get_MediaName Gets the media name.
get_MediaTitle Gets the media title.
get_NumPorts Gets the number of ports needed for the session.
get_StartPort Gets the 16-bit port value for the first port.
get_TransportProtocol Gets the transport protocol.
put_FormatCodes Sets the list of media payload format codes.
put_MediaName Sets the media name.
put_MediaTitle Sets the media title.
put_TransportProtocol Sets the transport protocol.
SetPortInfo Sets the 16-bit port value for the first port and number of ports needed for session.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Sdpblb.h
Library
Uuid.lib
DLL
Sdpblb.dll

See also

IDispatch

ITMediaCollection

ITSDP

ITTime