IWMSActiveMedia.Streams (C#)

The Streams property retrieves an IWMSActiveStreams object that contains a collection of the media streams that make up the active media element.

IWMSActiveStreams = IWMSActiveMedia.Streams;

Property Value

An IWMSActiveStreams object.

Example

The following example illustrates how to use the Streams property.

Requirements

Reference: Add a reference to Microsoft.WindowsMediaServices.

Namespace: Microsoft.WindowsMediaServices.Interop.

Assembly: Microsoft.WindowsMediaServices.dll.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Reference

IWMSActiveMedia Object (C#)

IWMSActiveStream Object (C#)

IWMSActiveStreams Object (C#)

IWMSPlayer Object (C#)

IWMSPlaylist Object (C#)