Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IChannelLineup interface manages a single ChannelLineup object.
In addition to the methods inherited from IDispatch, the IChannelLineup interface exposes the following methods.
Method | Description |
get_Channels | Retrieves a pointer to the Channels object that contains the Channel objects in the lineup. |
get_MetaProperties | Retrieves a pointer to the MetaProperties object for this ChannelLineup object. |
get_Name | Retrieves the name of the lineup. |
put_Name | Assigns a name to this ChannelLineup object. |
Remarks
The IID of this interface is IID_IChannelLineup.