IComponent Interface
The IComponent interface a base class for all derived interfaces such as IMPEG2Component and it describes the general characteristics of a component, which is an elementary stream within the program stream. The derived interfaces describe the properties of a component that are specific to a given network type. Component objects are created and attached to the tune request by the BDA Transport Information Filter (TIF) after reception has begun. All component objects also support IPersistPropertyBag.
Methods
The IComponent interface inherits the methods of the IDispatch interface.
In addition, IComponent defines the following methods.
Method | Description |
---|---|
Creates a copy of the component. |
|
Retrieves the language for presentation of the description. |
|
Retrieves the description of the component. |
|
Retrieves the requested or actual status of the component. |
|
Retrieves an IComponentType interface describing the general characteristics of the Component. |
|
Sets the language for presentation of the description. |
|
Sets the description of the component. |
|
Sets the requested or actual status of the component. |
|
Sets an IComponentType object describing the general characteristics of the Component. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008