IAMChannelInfo (Compact 7)

3/12/2014

This interface retrieves and sets channel information for Windows Media Station (.nsc) files.

When to Implement

Implement this interface to support multicast streaming and Windows Media Station (.nsc) files in a source filter.

When to Use

This interface is exposed by the Windows Media Source Filter only when the filter is reading Windows Media Station (.nsc) files. The Windows Media Source Filter uses .nsc files to retrieve the information that it must have to receive multicast content over the Internet. These files contain information such as stream location and rollover URL, and also descriptive information about the station.

Methods

In addition to the methods inherited from IDispatch, this interface exposes the following methods.

Method Description

IAMChannelInfo::get_ChannelDescription

Retrieves the description of the channel.

IAMChannelInfo::get_ChannelName

Retrieves the channel name.

IAMChannelInfo::get_ChannelURL

Retrieves the channel URL.

IAMChannelInfo::get_ContactAddress

Retrieves the contact address.

IAMChannelInfo::get_ContactEmail

Retrieves the contact e-mail address.

IAMChannelInfo::get_ContactPhone

Retrieves the contact telephone number.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Interfaces