Platform SDK: TAPI

ITMedia

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.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Sdpblb.h.
  Library: Use Sdpblbid.lib.

See Also

ITMediaCollection, ITSDP, ITTime