Platform SDK: TAPI

ITSdp

The ITSdp interface provides methods for the manipulation of a Session Descriptor Protocol (SDP, see RFC 2327) conference blob component. It provides the following functionality:

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITSdp Methods Description
get_IsValid Validates the SDP blob for structure and field values.
get_ProtocolVersion Gets the SDP protocol version.
get_SessionId Gets the 32bit NTP (Network Time Protocol) value that serves as the session identifier.
get_SessionVersion Gets the 32bit (ideally NTP) value that serves as the session version.
put_SessionVersion Sets session version.
get_MachineAddress Gets the machine address of the originating host.
put_MachineAddress Sets the machine address of the originating host.
get_Name Gets the session name.
put_Name Sets the session name.
get_Description Gets the session description.
put_Description Sets the session description.
get_Url Gets the URL.
put_Url Sets the URL.
GetEmailNames Gets array of e-mail names and addresses associated with conference blob.
SetEmailNames Sets array of email names and addresses associated with conference blob.
GetPhoneNumbers Gets the phone numbers.
SetPhoneNumbers Sets the phone numbers.
get_Originator Gets conference originator.
put_Originator Gets conference originator.
get_MediaCollection Gets pointer to ITMediaCollection interface for conference.
get_TimeCollection Gets pointer to ITTimeCollection interface for conference.

Requirements

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