IAMChannelInfo (Compact 2013)
3/26/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 |
---|---|
Retrieves the description of the channel. |
|
Retrieves the channel name. |
|
Retrieves the channel URL. |
|
Retrieves the contact address. |
|
Retrieves the contact e-mail address. |
|
Retrieves the contact telephone number. |
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |