ComponentType Object
Microsoft DirectShow 9.0 |
ComponentType Object
The ComponentType object represents a generic component type.
Interfaces | IComponentType |
Outgoing Event Interfaces | None |
CLSID | CLSID_ComponentType |
Remarks
To get the component type from an existing component object, use the IComponent::get_Type method. The CLSID is provided for clients that need to set the type on a component, or set a default preferred type on a tuning space.
For MPEG-2 streams, use the MPEG2ComponentType object.
See Also