IComponentType Interface
The IComponentType interface is implemented on ComponentType objects, and contains methods for setting and retrieving various properties for a Component. Every Component object has an associated ComponentType object that is set or retrieved with the get_Type and put_Type methods.
Methods
The IComponentType interface inherits the methods of the IDispatch interface.
In addition, IComponentType defines the following methods.
Method | Description |
---|---|
Creates a new copy of this component type. |
|
Retrieves the DirectShow media format type as a GUID. |
|
Retrieves the DirectShow media major type as a GUID. |
|
Retrieves the DirectShow media subtype as a GUID. |
|
Retrieves the component category. |
|
Retrieves the DirectShow media format type as a BSTR. |
|
Retrieves the DirectShow media major type as a BSTR. |
|
Retrieves the DirectShow media subtype as a BSTR. |
|
Retrieves the DirectShow AM_MEDIA_TYPE media type structure for the component. |
|
Sets the DirectShow media format type. |
|
Sets the DirectShow AM_MEDIA_TYPE majortype member for the component. |
|
Sets the DirectShow AM_MEDIA_TYPE subtype member for the component. |
|
Sets the component category. |
|
Sets the DirectShow media format type. |
|
Sets the DirectShow AM_MEDIA_TYPE majortype member for the component. |
|
Sets the DirectShow AM_MEDIA_TYPE subtype member for the component. |
|
Sets the DirectShow AM_MEDIA_TYPE media type structure for the component. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008