Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IWMSStreamHeader interface provides methods that describe the header for a specific stream.
Note
This interface is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.
In addition to the methods inherited from IUnknown, the IWMSStreamHeader interface exposes the following methods.
Method |
Description |
|---|---|
CloneStreamHeader |
Creates a copy of the IWMSStreamHeader interface. |
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. |