IWMSTransportProperties.GetNumAlternateStreamProperties (C#)

banner art

Previous Next

IWMSTransportProperties.GetNumAlternateStreamProperties (C#)

The GetNumAlternateStreamProperties method retrieves the number of properties associated with a stream.

  • **Note   **This method 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.

Syntax

  void IWMSTransportProperties
  .GetNumAlternateStreamProperties(
  uint  dwStreamId,
  out uint  pdwCount
);

Parameters

dwStreamId

uint that contains the stream ID of the stream.

pdwCount

Reference to a uint that contains the number of properties associated with the stream.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to Microsoft.WindowsMediaServices.

Namespace: Microsoft.WindowsMediaServices.Interop.

Assembly: Microsoft.WindowsMediaServices.dll.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition with Service Pack 1; Windows Server 2003, Datacenter Edition with Service Pack 1; Windows Server 2008.

See Also

Previous Next