Share via


IWMSTransportProperties Object (C#)

The IWMSTransportProperties object provides methods for retrieving, adding, or updating network transport properties used by the server and a data sink plug-in during the media streaming process. The server and the data sink use the transport property information to set up network connections when the client sends an RTSP SETUP request to the server, or for equivalent actions when other protocols are used.

Note

   This object is available only on Windows Server 2003, Enterprise Edition with Service Pack 1; Windows Server 2003, Datacenter Edition with Service Pack 1; and Windows Server 2008.

The IWMSTransportProperties object exposes the following methods.

Method

Description

CreateGlobalProperties

Creates global properties that are associated with all the media streams that will be sent out by the data sink.

CreateStreamProperties

Creates properties of a specific stream in a multimedia streaming session.

DeleteGlobalProperties

Deletes global properties that are associated with all the media streams that will be sent out by the data sink.

DeleteStreamProperties

Deletes properties of a specific stream in a multimedia streaming session.

GetGlobalProperties

Retrieves global properties that are associated with all the media streams that will be sent out by the data sink.

GetNumAlternateStreamProperties

Retrieves the number of properties associated with a stream.

GetStreamProperties

Retrieves properties of a stream.

SetStreamProperties

Specifies properties of a stream.

See Also

Concepts

Custom Plug-in Objects (C#)