IWMSStreamHeader Object (Visual Basic .NET)

The IWMSStreamHeader object provides methods that describe the header for a specific stream.

Note

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

The IWMSStreamHeader object exposes the following methods.

Method

Description

CloneStreamHeader

Creates a copy of the IWMSStreamHeader object.

GetExtendedAttribute

Retrieves the value of an extended attribute that is defined by a plug-in.

GetFormat

Retrieves the stream format.

GetIntegerAttribute

Retrieves the value of an integer attribute.

GetNthExtendedAttribute

Retrieves the name and value of an extended attribute that is defined by a plug-in.

GetNumExtendedAttributes

Retrieves the number of extended attributes.

GetStreamType

Retrieves the stream type.

GetStringAttribute

Retrieves the value of a string attribute.

SetExtendedAttribute

Specifies the name and value of an extended attribute that is defined by a plug-in.

SetFormat

Specifies the stream format.

SetIntegerAttribute

Specifies the value of an integer attribute.

SetStreamType

Specifies the stream type.

SetStringAttribute

Specifies the value of a string attribute.

See Also

Concepts

Custom Plug-in Objects (Visual Basic .NET)