IConfigAsfWriter2::SetParam
Microsoft DirectShow 9.0 |
IConfigAsfWriter2::SetParam
The SetParam method sets the value of the specified filter configuration parameter.
Syntax
HRESULT SetParam( DWORD dwParam, DWORD dwParam1, DWORD dwParam2 );
Parameters
dwParam
[in] Specifies the parameter to set,as a member of the _AM_ASFWRITERCONFIG_PARAM enumeration.
dwParam1
[in] Specifies the value to assign to the dwParam parameter.
dwParam2
[out] Reserved. Must be zero.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Include Dshowasf.
Library: None.
See Also