| Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IChannel interface manages a single Channel object.
In addition to the methods inherited from IDispatch, the IChannel interface exposes the following methods.
| Method | Description |
| get_ChannelLineups | Retrieves the ChannelLineups object for this Channel object. |
| get_MetaProperties | Retrieves a pointer to the Channel object MetaProperties collection. |
| get_Name | Retrieves the Channel object name. |
| get_Service | Retrieves a pointer to the Service object associated with this Channel object. |
| put_Name | Assigns a name to this Channel object. |
| putref_Service | Assigns a Service object to this Channel object. |
Remarks
The IID of this interface is IID_IChannel.