Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The Windows Media Player control supports streaming media content, as well as playback of local media content files.

The Windows Media Player control can render streaming media from computers running Windows Media Services and it can receive streamed content in one of two ways:

  • By connecting directly to the media server to receive stored or broadcast clips.

  • By monitoring a defined IP address and port ( station) for multicast streams.

Many clips and stations contain information describing the media content. The Windows Media Player control exposes several attributes for retrieving this information.

Clips and Shows

The GetMediaInfoStringmethod can retrieve the following information about the clip and show:

  • File name

  • Title

  • Description

  • Author

  • Copyright

  • Rating

Clip information can be stored in the media file, an Advanced Stream Redirector (ASX) file, or both. If the clip information is specified in an ASX file, the GetMediaInfoStringmethod retrieves the information from the ASX file, overriding the information contained in the clip.

Additional information can be placed in PARAM tags for each show and clip within the ASX file. You can add as many PARAM tags per clip as you like, storing custom information such as "Director," "Producer," or links to related sites.

The information contained in PARAM tags is accessed with the GetMediaParametermethod.

The following properties return information about the size and duration of each clip:

  • The ImageSourceHeightand ImageSourceWidthproperties retrieve the original image size.

  • The Durationproperty retrieves the length of the clip, in seconds. To determine if this property contains valid data, check the value of the IsDurationValidproperty. (For example, during a broadcast the duration might be unknown.)

Stations

The Windows Media Player control uses Windows Media Station (.nsc) files to get the information it needs to receive multicast content over the Internet. These files can contain information such as stream location and rollover URL, as well as descriptive information about the station.

The Windows Media Player control exposes the following properties for retrieving station information.

Each channel has a contact responsible for the multicast. Channel contact properties include the following:

  • The ContactAddressproperty specifies the channel contact's address.

  • The ContactEmailproperty specifies the channel contact's e-mail name.

  • The ContactPhoneproperty specifies the channel contact's phone number.

See Also