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.
.gif)
| Previous | Next |
IWMSStreamHeader Object (C#)
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 properties and 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
| Previous | Next |