ITuningSpace::put_DefaultPreferredComponentTypes
Microsoft DirectShow 9.0 |
ITuningSpace::put_DefaultPreferredComponentTypes
The put_DefaultPreferredComponentTypes method specifies the default preferred component types for this tuning space.
Syntax
HRESULT put_DefaultPreferredComponentTypes( IComponentTypes* pNewComponentTypes );
Parameters
pNewComponentTypes
[in] Pointer to the IComponentTypes interface of the component types collection.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also